@charset "utf-8";

/*基本設定
----------------------------------------------------*/
.pc {
	display: block;	
}

.w1100,
.w900,
.w800,
.w700,
.w640
{
	display: none;
}

body {
		margin:0;
		padding:0;
		font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#454544;
		line-height:2;
		font-size:15px;
		-webkit-text-size-adjust: 100%;
		position: relative;
}

html {   
		overflow-y:scroll;   
}  


a {
		color:#f06c77;
		text-decoration:underline;
}

a:hover {
		color:#ff919a;
		text-decoration:none;
		opacity: 0.8;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,p {
		margin:0;
		padding:0;
		font-weight:normal;
}

ul,li,dl,dt,dd {
		margin:0;
		padding:0;
		list-style-type:none;
}

table {
		width:100%;
		border:0;
}

figure{
	margin: 0;
	padding: 0;
	line-height: 0;
}

.clear {
		clear:both;
}

.fix:after {
		content: "."; 
		display:block; 
		clear:both;
		height:0;
		visibility:hidden;
}

.fix {
		min-height:1px;
}

* html .fix {
		height:1px;
		/*\*//*/
		height: auto;
		overflow: hidden;
		/**/
}

.red {
		color:#f73609;
}

.img01 img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/*section p
----------------------------------------------------*/

.section {
		margin:0 0 30px 0;
		width:100%;
}
.inner {
		width:100%;
}
.ml30 {
		margin-left: 30px;
}
.mr30{
		margin-right: 30px;
}

.btm0 {
		margin-bottom: 0!important;
}

.btm5 {
		margin-bottom:5px!important;
}

.btm10 {
		margin-bottom:10px!important;
}

.btm15 {
		margin-bottom:15px!important;
}

.btm20 {
		margin-bottom:20px!important;
}

.btm25 {
		margin-bottom:25px !important;
}

.btm30 {
		margin-bottom:30px !important;
}

.btm40 {
		margin-bottom:40px!important;
}


.top5 {
		margin-top:5px!important;
}

.top10 {
		margin-top:10px!important;
}

.top20 {
		margin-top:20px!important;
}
.top30 {
		margin-top: 30px!important;
}

.top40 {
		margin-top: 40px!important;
}

.f10 {
		font-size:10px;
}

.f12 {
		font-size:12px!important;
}

.f13 {
		font-size: 13px!important;
}

.f14 {
		font-size:14px;
}

.f18 {
		font-size:18px!important;
}

p.l11 {
		line-height:1.1;
}

p.l13 {
		line-height:1.3;
}

.m0 {
		margin:0!important;
}

.tar {
		text-align:right;
}

.tac {
		text-align:center;
}

.f-l {
		float:left;
}

.f-r {
		float:right;
}

.lh15{
		line-height: 1.5;
}

.hover a:hover{
 	   opacity: 0.7; 
 	   filter: alpha(opacity=70); 
  	  -moz-opacity: 0.7;
}

.list_disc{
		margin-left: 20px;
}

.list_disc li{
		list-style: disc;
}

.list_num{
		margin-left: 20px;
		margin-bottom: 20px;
}

.list_num li{
		list-style-type: decimal;
}

.text_ul01{
		font-weight: bold;
		color: #f06c77;
/*		text-decoration: underline;*/
}

.text_ul02{
		color: #f06c77;
		text-decoration: underline;
}

.marker{
	background: linear-gradient(transparent 60%, #fff382 60%);
	display: inline;
	font-weight: bold;
}

.flex, .flex_sp_rev {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}

.strong01{
	font-weight: bold;
	color: #f06c77;
}

.strong02{
	font-size: 1.1em;
	font-weight: bold;
	color: #f06c77;
	text-decoration: underline;
}

.br{
	display: block;
}


/*ヘッダー
----------------------------------------------------*/
#header{
	border-bottom: 3px solid #f0959c;
}

.h_logo {
}

.h_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
}

.h_copy{
	margin-top: 7px;
	display: block;
}

.h_copy h1{
	font-size: 12px;
	line-height: 1.5;
}

.h_conts{
	margin-top: 15px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.h_tel_contact{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	
	margin-left: 15px;
}

.h_tel{
	margin-top: 3px;
}

.h_tel_num{
	line-height: 0;
	margin-bottom: 10px;
}

/*.h_tel_num img{
	height: 28px;
}*/

.h_tel_text p{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 5px;
}

.h_tel_text p:first-of-type{
	margin-top: 0;
}

.h_contact{
	margin-left: 25px;
}

.h_contact_btn{
	display: block;
	
}

.h_contact_btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1ba56d;
	color: #fff;
	padding: 8px 20px 8px;
	
	text-align: center;
	border-radius: 5px;	
/*	line-height: 1;*/
	
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;

}

.h_contact_btn a img{
	margin-right: 8px;
	width: auto;
	max-width: 18px;
	height: auto;
	position: relative;
	top: -2px;
}

.h_map{
	background: url("../images/common/h_map.png") no-repeat 2px center;
	padding: 6px 0 6px 30px;
	margin-top: 5px;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

.h_access{
	background: url("../images/common/h_access.png") no-repeat left center;
	padding: 6px 0 6px 30px;
	margin-top: 0px;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

#sp_head,
#sp_top{
	display: none;
}


/*ナビ
----------------------------------------------------*/

.h_nav{
	margin-top: 30px;
}

.h_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.h_nav ul li{
	width: calc(100% / 7 - 1px);
	border-left: 1px dotted #468856;
	
	text-align: center;
	padding: 5px 0;
}

.h_nav ul li:last-child{
	width: calc(100% / 7 - 2px);
	border-right: 1px solid #468856;
}

.h_nav ul li a{
	color: #212121;
	text-decoration: none;
}



/*ナビ
----------------------------------------------------*/
#scroll_menu{
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #f06c76;
	padding: 8px 0 26px;
	height: 68px;
	
	position: fixed;
	top: -86px;
	
	z-index: 99999;
	
	opacity: 0;
	transition: top 0.15s linear 0s, opacity 0.15s linear 0s;
}

.scroll_menu_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 2.5%;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.scroll_logo p{
	line-height: 0;
}

.scroll_logo img{
    max-width: 194px;
}

.scroll_menu ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.scroll_menu ul li{
	margin-left: 20px;
	line-height: 1.2;
}

.scroll_menu ul li a{
	font-size: 14px;
	color: #212121;
	text-decoration: none;
}


/*main-image
----------------------------------------------------*/

#mainimage {
    background: url(../images/top/bg_mainimage.png) repeat;
    width: 100%;
}

#mainimage p{
	text-align: center;
	line-height: 0;
}

#mainimage p img{
	width: auto;
	max-width: 1250px;
	height: auto;
}

.mainimage_sp{
	display: none;
}

/*common
----------------------------------------------------*/
#main{
	position: relative;
}

strong.pink {
	color: #f06c77;
}

strong.u_line {
	text-decoration: underline;
}

.bg_pink01 {
	background: #f0959c;
}

.bg_pink02 {
	background: #ed6671;
}

.bg_pink03{
	background: #f06c77;
}

.bg_pale_pink{
	background: #ffece8;
}



.mainconts{
	padding: 40px 0 60px;
}

.main_conts_wrap{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 0 auto;
}

.main_conts_wrap p{
	margin-bottom: 25px;
}

.main_conts_wrap p:last-of-type{
	margin-bottom: 0;
}

.ttl01{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 75px;
}

.ttl01 span{
	position: relative;
	display: inline-block;
    padding-top: 13px;
}

.ttl01 span:before{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket01_l.png") no-repeat left center;	
	position: absolute;
	left: -66px;
	top: 0;
}

.ttl01 span:after{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket01_r.png") no-repeat left center;
	position: absolute;
	right: -58px;
	top: 0;
}

.ttl02{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-align: center;
	color: #454544;
	line-height: 1.5;
	margin-bottom: 20px;
}

.ttl02.mb0{
	margin-bottom: 0;
}

.ttl02_sub{
	border: 1px solid #e3d2cf;
	border-left: none;
	border-right: none;
	padding: 10px 0;
	
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #454544;
}

.ttl03{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-align: center;
	color: #454544;
	line-height: 1.5;
	margin-bottom: 40px;
}

.ttl04{
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #fff;
	margin-bottom: 20px;
	font-size: 36px;
	text-align: center;
}

.ttl05{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    background: #ed6671;
    border-radius: 5px;
    width: calc(100% - 40px);
    padding: 10px 20px;
    margin-bottom: 20px;
}

.ttl06{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 24px;
	text-align: center;
}

.ttl06 span{
	position: relative;
	display: inline-block;
}

.ttl06 strong{
	font-size: 40px;
	color: #faec52;
}

.ttl06 span:before{
	content: "";
	display: block;
	width: 57px;
	height: 115px;
	background: url("../images/top/bracket03_l.png") no-repeat left center;	
	position: absolute;
	left: -66px;
	bottom: 0;
}

.ttl06 span:after{
	content: "";
	display: block;
	width: 57px;
	height: 115px;
	background: url("../images/top/bracket03_r.png") no-repeat left center;
	position: absolute;
	right: -58px;
	bottom: 0;
}

.ttl07{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	text-align: center;
	color: #454544;
	line-height: 1.5;
	margin-bottom: 75px;
}

.ttl07 span{
	position: relative;
	display: inline-block;
    padding-top: 13px;
}

.ttl07 span:before{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket02_l.png") no-repeat left center;	
	position: absolute;
	left: -66px;
	top: 0;
}

.ttl07 span:after{
	content: "";
	display: block;
	width: 68px;
	height: 114px;
	background: url("../images/top/bracket02_r.png") no-repeat left center;
	position: absolute;
	right: -58px;
	top: 0;
}

.ttl08{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
    background: #ed6671;
    border-radius: 5px;
    padding: 6px 15px;
    margin-bottom: 20px;
}

.ttl09{
	font-size: 22px;
	font-weight: bold;
	color: #ed6671;
	border-bottom: 1px solid #ed6671;
	margin-bottom: 12px;
}

.ttl10{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding-left: 16px;
}

.ttl10:before{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #454544;
	position: absolute;
	left: 0;
	top: 13px;
	border-radius: 100px;
}

.tbl01,
.tbl01 tbody{
	display: block;
}

.tbl01 tbody tr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	border-top:1px solid #e7e7e7;
}

.tbl01 tbody tr:last-of-type{
	border-bottom:1px solid #e7e7e7;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td{
	padding: 20px;
	font-size: 18px;
}

.tbl01 tbody tr th{
	width: 10em;
	background: #ff9500;
	color: #fff;
}

.tbl01 tbody tr td{
	background: #fff;
	width: calc(100% - 10em);
}

/*トップページ
----------------------------------------------------*/

/* catchcopy */
.top_catchcopy01{
	margin-top: 0;
}

.top_catchcopy{
	margin-top: 64px;
}

.top_catchcopy:first-of-type{
	margin-top: 0;
}

.catchcopy01_ttl01{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 40px;
}

.catchcopy01_ttl01 span{
	display: block;
	font-size: 1.5em;
}

.catchcopy01_ttl01 span strong{
	font-size: 1.25em;
	color: #f06c77;
}

.catchcopy_reason{
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
}

.catchcopy_reasonconts{
	width: calc(100% / 3);
	margin-right: 24px;
	border: 5px solid #f06c77;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 40px 16px 16px;
	position: relative;
}

.catchcopy_reasonconts:last-of-type{
	margin-right: 0;
}

.catchcopy_reason-ttl{
	width: 64px;
	height: 64px;
	border-radius: 100px;
	background: #f06c77;
	position: absolute;
	left: 0;
	right: 0;
	top: -36px;
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 0;
}

.catchcopy_reason-img{
	margin-bottom: 16px;
}

.catchcopy_reason img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.catchcopy_reason-text{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.35;
}

.catchcopy_reason-text .br{
	display: block;
}

.catchop_memo{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 12px;
}

.catchcopy_wrap01{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}

.catchcopy_block{
	border: 8px solid #f06c77;
	box-sizing: border-box;
	padding: 24px;
	position: relative;
	margin-bottom: 48px;
}

.catchcopy_block:last-of-type{
	margin-bottom: 0;
}

.catchcopy_block-arrow01{
	margin-bottom: 48px;
}

.catchcopy_block-arrow01:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 54px solid transparent;
	border-top: 40px solid #f06c77;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -94px;
}

.catchcopy_block-textarea01 p{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.85;
}

.catchcopy_block-textarea02 p{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.catchcopy_block-textarea02 p.img01{
	line-height: 0;
}

.about_offertext01{
	background: #ffece8;
	box-sizing: border-box;
	padding: 24px;
}

.about_offertext01 p{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
	line-height: 1.75;
}

.about_offertext01 p:last-of-type{
	margin-bottom: 0;
}

.catchcopy_offer-ttl{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 8px !important;
	color: #f06c77;
}

.catchcopy_offer-text01{
	border-top: 2px solid #f06c77;
	border-bottom: 2px solid #f06c77;
	padding: 12px 0;
	text-align: center;
	font-size: 20px !important;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 32px !important;
}


.catchcopy_block-img{
	margin-bottom: 24px;
}

.catchcopy_block-text01{
	margin-bottom: 40px;
}

.catchcopy_block-text01-ttl{
	text-align: center;
	margin-bottom: 20px !important;
}

.catchcopy_block-text01-ttl span{
	display: inline-block;
	min-width: 130px;
	background: #f06c77;
	box-sizing: border-box;
	padding: 4px 12px;
	border-radius: 4px;
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	position: relative;
}

.catchcopy_block-text01-ttl span:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: 12px solid #f06c77;
	position: absolute;
	bottom: -24px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.catchcopy_block-text01-text{
	font-size: 32px !important;
	text-align: center;
	line-height: 1.5 !important;
}

.catchcopy_block-textarea03-wrap{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.catchcopy_block-textarea03-img{
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}

.catchcopy_block-textarea03-img figure{
	margin-bottom: 16px;
	order: 1;
}

.catchcopy_block-textarea03-img figure:last-of-type{
	order: 2;
}

/* feature */
.feature_wrap{
	display: flex;
	justify-content: space-between;
}

.feature_conts{
	width: calc(100% / 3);
	margin-right: 24px;
	border: 5px solid #f06c77;
	box-sizing: border-box;
	padding: 24px 16px;
	border-radius: 4px;
}

.feature_conts:last-of-type{
	margin-right: 0;
}

.feature_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #f06c77;
	line-height: 1.5;
	border-bottom: 2px dotted;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.feature_img{
	margin-bottom: 16px;
}

.feature_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* comparision */
.comparision{
	margin-top: 56px;
}

.comparision_wrap{
	display: flex;
	flex-wrap: wrap;
}

.comparision_conts{
	width: 100%;
	margin-bottom: 24px;
	box-sizing: border-box;
	padding: 15px 16px;
	border-radius: 4px;
	background: #ffece8;
	position: relative;
}

.comparision_ttl{
	background: #f06c77;
	position: absolute;
	left: 16px;
	top: 12px;
	width: 5em;
	height: calc(100% - 24px);
	color: #f06c77;

	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	border-radius: 4px;
}

.comparision_ttl span{
	font-size: 1.35em;
	margin-left: 2px;
}

.comparision_text{
	width: calc(100% - 6em - 24px);
	margin-left: auto;
}

.comparision_text p{
	font-size: 20px;
	font-weight: bold;
}

.about_offer{
	margin-top: 56px;
}

.about_offerconts{
	margin-top: 40px;
}

.about_offerconts:first-of-type{
	margin-top: 0;
}

/* Bplus */
.top_bplus{
	background: #fff;
	box-sizing: border-box;
	padding: 25px;
}

.bplus_img{
	margin-bottom: 28px !important;
	line-height: 0;
}

.bplus_link a{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 560px;
	margin: 0 auto;
	background: #f0959c;
	box-sizing: border-box;
	padding: 12px 8px;
	border-radius: 8px;

	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	position: relative;
}

.bplus_link a:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 12px solid #fff;
	position: absolute;
	right: 10px;
	top: calc(50% - 10px);
}

/* 初回特別価格キャッチコピー */
.offer_anniversary{
	margin-bottom: 64px;
	line-height: 0;
}

.top_catchcamp{
	margin-bottom: 32px;
}

/*top_movie*/
.top_prmovie{
	width: 100%;
	height: 50vw;
	max-height: 560px;
	margin-bottom: 25px;
}

.moive{
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.camp_ttl{
	background: #fff;
	box-sizing: border-box;
	padding: 16px;
	border-radius: 10px;
	margin-bottom: 40px;
	position: relative;
}

.camp_ttl:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 30px solid #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -56px;
	margin: 0 auto;
}

.camp_ttl p{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #ed6671;
}


/* 雑誌に掲載されました */
.media_conts{
	margin-bottom: 64px;
}

.media_conts:last-of-type{
	margin-bottom: 0;
}

.media_img {
	text-align: center;
}

.media_img img {
	max-width: 100%;
}

.media_conts-inline{
	background: #fff;
	border: 4px solid #f0c167;
	padding: 24px;
}

/* アプリ登録 */
.app_btnconts{
	width: 100%;
	max-width: 857px;
	margin: 32px auto 0;
	box-sizing: border-box;
	padding: 24px;
	background: #fff;
	border-radius: 8px;

	display: flex;
	justify-content: space-between;
}

.app_btnconts-appbtn{
	width: 50%;
	max-width: 397px;
	margin-right: 16px;
}

.app_btnconts-appbtn:last-of-type{
	margin-right: 0;
}

.app_btnconts-appbtn p{
	line-height: 0;
}

.app_btnconts-appbtn-text{
	text-align: center;
	margin-bottom: 12px !important;
}

.app_btnconts-appbtn-text img,
.app_btnconts-appbtn-btn img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.app_btn img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* クラブに登録院です */
.club_img{
	display: flex;
	justify-content: center;
}

.club_img p{
	max-height: 150px;
	margin-right: 30px;
}

.club_img p:last-of-type{
	margin-right: 0;
}

.club_img p img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 150px;
}

.club_text{
	color: #fff;
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
}

.club_text a{
	color: #fff;
	text-decoration: underline;
}


/* なぜ腰痛や痛みを改善できるのか？ */
.kyoumi_conts{
	background: #fff;
	box-sizing: border-box;
	padding: 24px 32px;
	border-radius: 10px;
	margin-top: 40px;
}

.kyoumi_conts-ttl01{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #f06c77;
	margin-bottom: 32px;
	position: relative;
}

.kyoumi_conts-ttl01:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;

	width: 100px;
	height: 0;
	border-bottom: 2px dashed #f06c77;
	margin: 0 auto;
}

.kyoumi_conts-lr{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.kyoumi_conts-img{
	margin-left: 32px;
	width: 310px;
}

.kyoumi_conts-img img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.kyoumi_conts-text{
	width: calc(100% - 342px);
}


/* あなたは、こんな悩みはありませんか？ */
.nayami_conts_text01_wrap {
	text-align: center;
} 

.nayami_conts_text01 {
	font-size: 35px;
}

.nayami_conts_text02 {
	font-size: 28px;
	text-decoration: underline;
	font-weight: bold;
	margin-top: 25px;
}

.nayami_conts_text03 {
	font-size: 24px;
	font-weight: bold;
}

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

.nayami_list02 li {
	width: 49%;
    margin-left: 0;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	border-radius: 30px;
    margin-bottom: 18px;
    padding: 8px;
    box-sizing: border-box;
}

.nayami_list02 li {
	background: #f0959c;
}

.nayami_list02 li.p01 {
	background: #f06c77;
}

.nayami_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 35px;
}

.nayami_img{
	width: 100%;
	max-width: 270px;
	margin-left: 30px;
}

.nayami_img img{
	width: 100%;
	height: auto;
}

.nayami_list01{
	margin-bottom: 50px;
}

.nayami_list01 ul li{
	background: url("../images/top/icon_check.png") no-repeat left top;
	padding-left: 40px;
	margin-bottom: 18px;	
}

/* その悩み、当院にお任せください */

.mainconts.omakase {
	position:  relative;
}

.mainconts.omakase:before {
	content: url(../images/top/fukidashi01.png);
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -50px;
}

.mainconts.omakase p {
	font-size: 20px;
/*	font-weight: bold;*/
}

.omakase_conts {
    display: flex;
}

.omakase_img {
    width: 380px;
    margin-left: 30px;
}

.mainconts.omakase .omakase_conts_text p {
	font-size: 17px;
}

.omakase_conts_text strong {
	color: #e64100;
}

.mainconts.omakase .main_conts_wrap {
	margin-top: 35px;
}

/* 当院の施術 */
.treatment_conts {
	margin-top: 35px;
}

.treatment_ttl01 {
	color: #f04856;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 2px dotted #f1cccf;
	position: relative;
	counter-increment: num;
	padding-left: 40px;
	line-height: 30px;
	padding-bottom: 13px;
}

.treatment_ttl01:before {
    content: counter(num);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #f06c77;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.treatment_text_last p {
	font-size: 20px;
	font-weight: bold;

}

.treatment_conts_inline {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.treatment_img {
    width: 100%;
    max-width: 200px;
}

.treatment_text {
    width: calc(100% - 200px);
    margin-right: 30px;
}

.treatment_text_last {
    margin-top: 35px;
}

/* こんな症状の方が来院されています */
.visit_list {
	border: 10px solid #f0959c;
	border-radius: 8px;
	background: #fff;
	padding: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.visit_list li {
	font-size: 18px;
	font-weight: bold;
	background: url("../images/top/icon_check.png") no-repeat left top;
	padding-left: 34px;
	margin-bottom: 18px;
	margin-right: 30px;
}

.voicematome_conts_wrap {
    background: #fff;
    padding: 30px 30px;
    border-radius: 4px;
    text-align: center;
    margin-top: 35px;
}

.voicematome_conts_wrap img {
	max-width: 100%;
}

/* 患者様の声 */
.voice_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice_conts .disease {
    background: #fff;
    color: #f9a109;
    padding: 0px 15px;
    font-size: 93%;
	display: inline-block;
}

.voice_conts{
	width: calc(50% - 20px);
	max-width: 495px;
	box-shadow: 0 1px 5px #ddd;
	margin-left: 0;
	margin-right: 20px;
	margin-top: 40px;
}

.voice_conts:nth-child(1),
.voice_conts:nth-child(2){
	margin-top: 0;
}

.voice_conts:nth-child(2n){
	margin-right: 0;
	margin-left: auto;
}

.voice_ttl{
	background: #f06c77;
	padding: 15px;
	border-radius: 5px 5px 0 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.voice_ttl span{
	display: block;
	border-top: 1px dashed;
	padding-top: 6px;
	margin-top: 6px;
}

.voice_subttl{
	border-top: 2px solid #fff;
	padding-top: 5px;
	margin-top: 5px;
	
	font-size: 15px;
	font-weight: bold;
	line-height: 1.7;
	color: #fff;
}

.voice_img{
	margin-bottom: 10px;
}

.voice_img img{
	width: 100%;
}

.voice_img iframe{
	width: 100%;
	height: 27vw;
	max-height: 293px;
}

.voice_text_conts{
	padding: 0 10px 10px;
}

.voice_text{
	padding: 0 10px 10px;
}

.voice_q{
	font-size: 16px;
	font-weight: bold;
	background: #f06c77;
	padding: 10px 15px 10px 35px;
	border-radius: 5px;
	margin-bottom: 10px;
	line-height: 1.8;
	color: #fff;
}

.voice_q:before{
	content: "Q";
	font-size: 1.2em;
	color: #fff;
	line-height: 1;
	margin-right: 5px;
	margin-left: -20px;
}

.voice_text p{
	padding: 0 15px 15px;
}

.voice_recommend_conts{
	border: 2px solid #f06c77;
	padding: 30px;
	border-radius: 10px;
	
	margin-top: 30px;
}

.voice_recommend_conts:first-of-type{
	margin-top: 0;
}

.voice_recommend_img{
	float: left;
	margin: 0 30px 30px 0;
}

.voice_memo{
	width: calc(100% - 20px);
	box-sizing: border-box;
    border-top: 1px dashed #ccc;
    margin: 0 10px;
    padding-bottom: 20px;
    padding-top: 8px;
    font-size: 12px;
}

.voice_reviewservice{
	margin-top: 56px;
}

.voice_reviewservice-conts{
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 24px;
}

/* 院長プロフィール */
.profile_first{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.profile_first-img{
	width: 100%;
	max-width: 323px;
	margin-left: 24px;	
}

.profile_first-img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.profile_first-text{
	width: calc(100% - 347px);
}

.profile_conts{
	margin-top: 40px;
}

.profile_wrap{	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.profile_img{
	width: 320px;
	margin-left: 30px;
}

.profile_text{
	width: calc(100% - 342px);
}

.profile_name{
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #282624;
	text-align: center;
	line-height: 1.5;
}

.profile_name span{
	font-size: 1.2em;
}

.profile_textarea01{
	background: #fff;
	box-sizing: border-box;
	padding: 24px;
	border-radius: 8px;
}

.profile_textarea01 p{
	font-size: 16px;
}

/* 施術の流れ */
.flow_conts_wrap{
	counter-reset: num;
}

.flow_conts{
	margin-top: 30px;
}

.flow_ttl01{
	font-size: 18px;
	font-weight: bold;
	color: #f06c77;
	letter-spacing: 0.04em;
	line-height: 1.4;
	
	position: relative;
}

.flow_ttl01:before{
	content: counter(num) ".";
	counter-increment: num;
	
	font-size: 2em;
	font-style: italic;
	margin-right: 5px;
}

.flow_ttl01:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	
	position: absolute;
	bottom: 0;
	border-bottom: 1px solid #f06c77;
}

.flow_conts_inline{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	
	margin-top: 15px;
}

.flow_img{
	width: 100%;
	max-width: 314px;
}

.flow_text{
	width: calc(100% - 314px);
	margin-right: 30px
}

/*選ばれる3つの理由*/
.machine_conts {
	border: 10px solid #f0959c;
	border-radius: 8px;
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
	margin-top: 50px;
}

.machine_conts_ttl {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.text-img-wrap {
	width: 100%;
}

.text-img-img {
    width: 270px;
    margin-left: 30px;
	float: right;
}

.machine_text dl dt {
	float: left;
	background: #f06c77;
	color: #fff;
	width: 100px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-right: 1em;
}

.machine_text dl dd {
	margin-bottom: 10px;
}

.machine_text {
    width: calc(100% - (320px + 30px));
}

.machine_link{
	width: 100%;
	display: block;
	margin-top: 24px;
	text-align: center;
}

.select_conts_wrap{
	counter-reset: selectnum;
}

.select_conts{
	margin-top: 60px;
	counter-increment: selectnum;
}

.select_conts:first-of-type{
	margin-top: 40px;
}

.select_ttl01{
	background: #f06c77;
    color: #fff;
    padding: 17px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    padding-left: 118px;
    line-height: 1.5;
}

.select_ttl01:before{
	content: "理由" counter(selectnum);
	background: #fff;
	padding: 5px 7px;
	border-radius: 5px;
	margin-right: 1em;
	margin-left: -88px;
	font-weight: bold;
	color: #4a301c;
}

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

.select_conts_lr{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.select_conts_rl{
	-webkit-flex-direction: row;
	flex-direction: row;
}


.select_conts_lr .select_img,
.select_conts_rl .select_img{
	width: 314px;
}

.select_img img{
	width: auto;
	max-width: 100%;
}

.select_conts_lr .select_text{
	width: calc(100% - 344px);
	margin-right: 30px;
}

.select_conts_rl .select_text{
	width: calc(100% - 344px);
	margin-left: 30px;
}

.select_conts_tb{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.select_conts_tb .select_img{
	margin-top: 30px;
	min-height: 0%;
}

.select_conts_tb .select_img ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.select_conts_tb .select_img ul li{
	margin-left: 30px;
	width: calc(100% / 3 - 20px);
}

.select_conts_tb .select_img ul li:first-child{
	margin-left: 0;
}

.select_recommend{
	border: 3px solid #ff9500;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.md_list li:last-child {
	margin-bottom: 0;
}

.md_name {
	font-weight: bold;
	text-decoration: underline;
}

.recommend_ttl01{
	font-size: 24px;
	font-weight: bold;
	color: #ff9500;
	border-bottom: 2px dashed;
	margin-bottom: 15px;
}

.recommend_voice{
	background: #ff9500;
	padding: 15px;
	border-radius: 10px;
	
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	color: #fff;
	
	position: relative;
}

.recommend_voice:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right: 20px solid #ff9500;
	
	position: absolute;
	left: -30px;
	top: 10px;
}

.recommend_text{
	width: 100%;
	margin-top: 30px;
}

/* 施術料金・初回特別割引 */

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

.machine_img {
    width: 320px;
    margin-right: 30px;
}

.machine_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.price_tbl{
	margin-bottom: 1em;
}

.price_tbl,
.price_tbl tbody{
	display: block;
}

.price_tbl tr{
	display: -webkit-flex;
	display: flex;
	
	border-top: 1px solid #e5e2e2;
}

.price_tbl tr:last-of-type{
	border-bottom: 1px solid #d2d2d2;
}

.price_tbl tr th{
	display: block;
	width: 15em;
	padding: 20px;
	text-align: center;	
	font-weight: bold;
	background: #f06c77;
	
	font-size: 18px;
	
	color: #fff;
}

.price_tbl tr td{
	display: block;
	width: calc(100% - 15em);
	padding: 20px;
	font-size: 18px;
}

.price_tbl tr td span{
	font-size: 1.2em;
}

.price_offer{
	margin-top: 50px;
}

.price_offer_text01 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #282624;
}

.price_offer_text01 span {
    background: linear-gradient(transparent 60%, #fff382 60%);
}

.price_offer_text01_ttl {
	font-size: 30px;
	color: #eb6b10;
    font-weight: bold;
    text-align: center;
	text-decoration: underline;
}

.price_offer_text02{
	font-size: 35px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #282624;
}

.price_offer_text02 span{
	background: linear-gradient(transparent 60%, #fffc2e 60%);
}

.price_offer_text03 {
	background: #fff;
	color: #4a301c;
	font-size: 26px;
	text-align: center;
	padding: 30px 30px 40px;
	position: relative;
	width: 68%;
	margin: 30px auto 80px;
	border-radius: 10px;;
}

.price_offer_text03:after {
	content: url(../images/top/fukidashi01.png);
	position: absolute;
	left: 50%;
	bottom: -58px;
	margin-left: -50px;
}

.price_offer_text03 p {
	font-weight: bold;
}

.price_offer_text03_ttl {
	font-size: 33px;
	display: block;
}

.price_offer_text03 span:nth-of-type(2) {
	text-decoration: underline;
}

.price_offer_text03 span {
	text-decoration: underline;
}

.price_offer_text04 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #282624;
}


.price_offer_limit01{
	margin-top: 40px;
	margin-bottom: 50px;
	border-top: 1px solid #f06c77;
	border-bottom: 1px solid #f06c77;
	padding: 25px 0 15px;
}

.price_offer_limit01 p{
	font-size: 30px;
	font-weight: bold;
	color: #282624;
	text-align: center;
	line-height: 1.5;
}

.price_offer_limit01 span{
	display: block;
	font-size: 1.5em;
	color: #f03232;
	line-height: 1.5;
}

.price_offer-offerconts{
	margin-top: 32px;
}

.price_offer-offerconts-ttl{
	text-align: center;
	margin-bottom: 4px !important;
}

.price_offer-offerconts-ttl span{
	font-size: 3.5em;
	font-weight: bold;
	color: #f03232;
	position: relative;
}

.price_offer-offerconts-ttl span:before,
.price_offer-offerconts-ttl span:after{
	content: "";
	display: block;
	width: 4px;
	height: calc(100% + 10px);
	background: #f03232;
	position: absolute;
	bottom: 0;
}

.price_offer-offerconts-ttl span:before{
	left: -0.75em;
	transform: rotate(-25deg);
}

.price_offer-offerconts-ttl span:after{
	right: -0.75em;
	transform: rotate(25deg);
}

.price_offer_main_text{
	font-weight: bold;
	font-size: 48px;
	line-height: 1.6;
	text-align: center;
	margin-top: 40px;
}

.price_offer_main_text span {
    position: relative;
    display: inline-block;
    padding: 0;
}

.price_offer_main_text span:before {
    content: "";
    display: block;
    height: 80px;
    background: url(../images/top/bg_offer_ttl02_l.png) no-repeat left top;
    position: absolute;
    top: 10px;
    left: -70px;
    width: 44px;
}

.price_offer_main_text span:after {
    content: "";
    display: block;
    width: 44px;
    height: 80px;
    background: url(../images/top/bg_offer_ttl02_r.png) no-repeat left top;
    position: absolute;
    top: 10px;
    right: -70px;
}

.price_offer_mainimg{
	margin: 10px auto 30px;
	text-align: center;
}

.price_offer_mainimg img{
	width: auto;
	max-width: 100%;
}

.price_offer_limit02{
	font-size: 30px;
	font-weight: bold;
	color: #282624;
	text-align: center;
	line-height: 1.5;
	
	background: #e2f9e9;
	display: block;
	width: calc(100% - 40px);
	padding: 20px;
	border-radius: 5px;
}

.price_text01{
	font-size: 16px;
	text-align: left;
	margin-bottom: 24px;
}

.price_sec01{
	margin-top: 24px;
}

.price_sec02{
	margin-top: 16px;
}

.member_num_close{
	text-decoration: line-through;
}

.member_num_limit{
	font-size: 1.5em;
	text-decoration: underline;
	color: #eb1818;
}

.offer_conts_line{
	margin-top: 20px;
}

.offer_conts_line_pc img{
	width: auto;
	max-width: 100%;
}

.offer_conts_line_sp{
	display: none;
}

.reserve_linkconts{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.reserve_linkbtnconts{
	width: calc(50% - 20px);
	max-width: 400px;
	margin-right: 40px;
}

.reserve_linkbtnconts:last-of-type{
	margin-right: 0;
}

.reserve_linkbtnconts-text{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #f1666f;
	margin-bottom: 8px;
}

.reserve_linkbtnconts-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 2px solid #f1666f;
	background: #fff;
	box-sizing: border-box;
	padding: 16px 12px 12px;
	border-radius: 4px;
	text-decoration: none;
}

.reserve_linkbtnconts-btn-img{
	margin-bottom: 0 !important;
	line-height: 0;
}

.reserve_linkbtnconts-btn-text{
	font-size: 24px;
	font-weight: bold;
	color: #f1666f;
	margin-top: 8px;
	line-height: 1.5;
}

.reserve_linkbtnconts-btn-text span{
	position: relative;
}

.reserve_linkbtnconts-btn-text span:before{
	content: "";
	display: block;
	width: 3px;
	height: 12px;
	background: #f1666f;
	position: absolute;
	right: -18px;
	top: calc(50% - 12px);
	transform: rotate(-45deg);
}

.reserve_linkbtnconts-btn-text span:after{
	content: "";
	display: block;
	width: 3px;
	height: 12px;
	background: #f1666f;
	position: absolute;
	right: -18px;
	bottom: calc(50% - 7px);
	transform: rotate(-135deg);
}

.conts_divide{
	margin: 40px auto;
	width: 730px;
	box-sizing: border-box;;
}

.conts_divide_l,
.conts_divide_r{
	width: 47.5%;
	background: #fff;
	border-radius: 10px;
}

.conts_divide_ttl{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 15px 20px;
	border-radius: 10px 10px 0 0;
	text-align: center;;
}

.conts_divide.false .conts_divide_ttl {
	background: #40a17a;
}

.conts_divide.true .conts_divide_ttl {
	background: #f06c77;
}

.conts_divide_r .conts_divide_ttl{
	background: #2a7a4d;
}

.conts_divide_text{
	padding: 35px;
	background: #fff;
	/* border-left: 1px solid #e4e4e4; */
	/* border-right: 1px solid #e4e4e4; */
	/* border-bottom: 1px solid #e4e4e4; */;
}

.conts_divide_false li{
	background: url("../images/top/icon_false.png") no-repeat left 4px;
	padding-left: 30px;
	margin-bottom: 12px;
}

.conts_divide_false li:last-child{
	margin-bottom: 0;
}

.conts_divide_true li{
	background: url("../images/top/icon_true.png") no-repeat left 4px;
	padding-left: 30px;
	margin-bottom: 12px;
}

.conts_divide_true li:last-child{
	margin-bottom: 0;
}

.first_recall{
	margin-top: 50px;
}

/* オファー */
.offer_ttl01{
	font-size: 72px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	display: block;
}

.offer_ttl01 span{
	position: relative;
}

.offer_ttl01 span:before{
	content: "";
	display: block;
	width: 44px;
	height: 80px;
	background: url("../images/top/bg_offer_ttl01_l.png") no-repeat left top;
	position: absolute;
	top: 10px;
	left: -70px;
}

.offer_ttl01 span:after{
	content: "";
	display: block;
	
	width: 44px;
	height: 80px;
	background: url("../images/top/bg_offer_ttl01_r.png") no-repeat left top;
	position: absolute;
	top: 10px;
	right: -70px;
}

.offer_conts_ttl01{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: underline;
	letter-spacing: 0.04em;
}

.offer_conts01_img{
	margin: 30px auto;
	text-align: center;
	display: block;
}

.offer_conts01_img img{
	width: auto;
	max-width: 100%;
}

.offer_conts02{
	width: calc(100% - 42px);
	background: #fff;
	color: #282624;
	padding: 10px 20px;
	
	margin: 30px auto;
}

.offer_conts02 p{
	font-size: 42px;
	color: #282624;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.offer_conts02 p span{
	font-size: 1.3em;
	color: #eb1818;
}


.offer_conts03_pc,
.offer_conts03_img{
	position: relative;
}

.offer_conts03_sp{
	display: none;
}

.offer_conts03_img img{
	width: auto;
	max-width: 100%;
}

.offer_contact_btn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
    -webkit-flex-direction: column;
    flex-direction: column;
	bottom: 3.5%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 960px;
	text-align: center;
	margin: 0 auto;
}

.offer_mail_btn {
	margin-bottom: 18px !important;
	line-height: 0;
}

.offer_contact_btn img,
.offer_reserve_btn img {
	width: 89vw;
	max-width: 960px;
}

.offer_conts04{
	color: #fff;
	margin-top: 30px;
}

.offer_conts04 p{
	font-size: 13px;
	line-height: 2;
	margin-bottom: 0;
}

.offer_conts_line{
	margin-top: 32px;
}

.offer_line img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.offer_line-sp{
	display: none;
}

.offer_onlinereserve{
	margin-top: 24px;
}

.offer_onlinereserve-ttl{
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 32px;
	text-align: center;
	position: relative;
}

.offer_onlinereserve-ttl:before{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
}

.offer_onlinereserve-ttl span{
	background: #ed6671;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 24px;
}

.offer_contact_appbtn-linkconts,
.offer_contact_btn-linkconts{
	display: flex;
	justify-content: center;
	margin-top: 16px;
}

.offer_contact_appbtn-linkcontsbtn,
.offer_contact_btn-linkcontsbtn{
	width: 43.5vw;
	max-width: 470px;
	margin-right: 20px;
}

.offer_contact_appbtn-linkcontsbtn:last-of-type,
.offer_contact_btn-linkcontsbtn:last-of-type{
	margin-right: 0;
}

.offer_contact_appbtn-linkcontsbtn-text01,
.offer_contact_btn-linkcontsbtn-text01{
	line-height: 0;
}

.offer_contact_appbtn-linkcontsbtn-text01 img,
.offer_contact_btn-linkcontsbtn-text01 img{
	width: auto;
	max-width: 100%;
	height: auto;	
}

.offer_contact_appbtn-linkcontsbtn-img01,
.offer_contact_btn-linkcontsbtn-img01{
	margin-top: 16px;
}

.offer_contact_appbtn-linkcontsbtn-img01 a img,
.offer_contact_btn-linkcontsbtn-img01 a img{
	width: 100%;
	max-width: 470px;
	height: auto;
}

/* なぜ初回は3,900円なのか？ */
.offer_reason-text p{
	color: #fff;
}

/* 全額返金保証 */
.offer_warranty-conts{
	display: flex;
	justify-content: space-between;
}

.offer_warranty-img{
	width: 264px;
}

.offer_warranty-img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.offer_warranty-text{
	width: calc(100% - 304px);
	margin-left: 40px;
}

.offer_warranty-text p{
	font-size: 18px;
	margin-bottom: 1em;
}

/* あなたも辛い症状を改善しませんか？ */
.message_text p{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.message_text strong {
	font-size: 1.3em;
}

/* 特典 */
.specialgift_conts {
    width: 100%;
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
}

.special_gift_text {
    margin-left: 40px;
}

.gift_ttl01 {
	margin-bottom: 0 !important;
}

.gift_ttl01 img {
	vertical-align: bottom;
}

.gift_ttl02 {
	color: #f06c77;
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
}

/* よくある質問 */

.faq_conts dl{
	background: #fff;
	box-sizing: border-box;
	padding: 32px;
	margin-bottom: 32px;
}

.faq_conts dl dt{
	color: #ed6671;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 60px;
    position: relative;
	margin-bottom: 24px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.faq_conts dl dt:before{
	content: '';
    background: url(../images/top/ico_q.png) left center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
}

.faq_conts dl dd{
	padding-left: 60px;
    position: relative;
}

.faq_conts dl dd:before{
	content: '';
    background: url(../images/top/ico_a.png) left center no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 0;
}


/* アクセス */
.access_info_wrap{
	margin-top: 40px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.access_map{
	width: 100%;
	max-width: 540px;
}

.access_map iframe{
	width: 540px;
	height: 395px;
}

.access_mapinfo{
	width: calc(100% - 540px);
	margin-left: 50px;
}

.access_map_conts{
	margin-bottom: 20px;
}

.access_map_conts p{
	margin-bottom: 0;
}

.access_mapinfo dl{
	display: -webkit-flex;
	display: flex;	
}

.access_mapinfo dl dt{
	width: 5em;
}

.access_mapinfo dl dd{
	width: calc(100% - 5em);
}

.access_map_ttl01{
	font-size: 15px;
	font-weight: bold;
}

.access_root{
	margin-top: 50px;
}


.access_rootlist{
	margin-top: 40px;
	counter-reset: guidenum;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.access_rootlist li{	
	width: calc(100% / 3 - 67px);
	max-width: 305px;
	position: relative;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	vertical-align: top;
	margin-left: 100px;
}

.access_rootlist li:nth-child(3n+1){
	margin-left: 0;
}


.access_rootlist li:before {
    content: url("../images/top/access_arrow.png");
    left: -75px;
    position: absolute;
    top: 20%;
}

.access_rootlist li:first-child:before,
.access_rootlist li:nth-child(3n+1):before{
	content: none;
}

.access_rootlist li img{
	width: auto;
	max-width: 100%;
}

.access_rootlist_text{
	line-height: 1.5;
	margin: 10px 0 0 2.5em;
	text-align: left;
}

.access_rootlist_text:before{
	color: #f0959c;
	content: counter(guidenum) ".";
	counter-increment: guidenum;
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin-left: -1.5em;
	padding: 0 6px;
}


/* 最後に... */
.last_box {
	border: 10px solid #ff9ea7;
	background: #fff;
	border-radius: 8px;
	width: 730px;
	padding: 35px 80px;
	box-sizing: border-box;
	margin: 0 auto;
}

.last_box p {
	font-size: 22px;
	font-weight: bold;
}

.last_conts{
	color: #454545;
}

.last_catch_img{
	width: 270px;
	margin-left: 30px;
}

/*.last_conts h2,
.last_conts p{
	color: #4a301c;
	border-color: #4a301c;
}*/

.last_catch_text_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 50px;
}

.last_catch_ttl{
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

.last_catch_text p{
	font-size: 20px;
	font-weight: bold;
}

.last_catch_text p:last-child strong {
	font-size: 1.5em;
}


/* pagetop */
#pagetop{
	position: absolute;
	bottom: 10px;
	right: 2.5%;
	line-height: 0;
}

#pagetop img{
	width: auto;
	max-width: 79px;
}


/*下層ページ
----------------------------------------------------*/
#breadcrumb{
	width: 95%;
	max-width: 1050px;
	padding: 0 2.5%;
	margin: 5px auto 0;
}

#breadcrumb ul{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#breadcrumb ul li{
	font-size: 13px;
}

#breadcrumb ul li:before{
	content: ">";
	margin: 0 5px;
}

#breadcrumb ul li:first-child:before{
	content: none;
}


.contact_tel,
.contact_mail{
	margin-top: 40px;
}

.contact_tel p{
	margin-bottom: 5px;
}

.contact_telnum a{
	font-size: 1.5em;
	font-weight: bold;
}

.contact_tel dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.contact_tel dl dt{
	width: 5em;
}

.contact_tel dl dd{
	width: calc(100% - 5em);
}

.contact_form{
	width: calc(100% - 80px);
	background: #f3e7d2;
	padding: 30px 40px;
	
	margin-top: 40px;
}


.form_tbl tr{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	
	padding-bottom: 20px;
	border-bottom: 1px dashed;
	margin-bottom: 20px;
}

.form_tbl tr th{
	width: 100%;
	display: block;
	text-align: left;
	
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}

.form_tbl tr td{
	width: 100%;
	display: block;
}

.form_tbl tr td input{
	font-size: 17px !important;
}

.required{
	background: #ec3838;
	padding: 0 5px;
	font-size: 0.8em;
	color: #fff;
	margin-left: 10px;

	display: inline-block;
}


.form_name{
	display: block;
	width: 100%;
	max-width: 25em;
}

.form_mail{
	display: block;
	width: 100%;
	max-width: 30em;
}

.form_tel{
	display: block;
	width: 100%;
	max-width: 10em;
}

.form_reserve01,
.form_reserve02,
.form_reserve03{
	width: 100%;
	max-width: 20em;
}

.form_textarea{
	display: block;
	width: 100%;
	min-height: 200px;
}

.form_confirm{
	font-size: 16px;
	text-align: center;
}

.form_submit{
	margin-top: 15px;
	text-align: center;
}

.form_submit input{
	width: 100%;
	max-width: 500px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	border: none;
	background: #f59b00;
	border-radius: 100px;
	-webkit-appearance: none;
}

.form_submit input[disabled]{
	background: #ccc;
}



/*フッター
----------------------------------------------------*/

#sp_pagebtm{
	display: block;
	
	width: 100%;
	line-height: 0;
	opacity: 1;
	
	position: fixed;
	left: 0;
	bottom: -300px;
	
	transition: all 0.4s linear 0s;
}

.sp_pagebtm_wrap{
		background: rgba(255,255,255,0.6);
		
		width: 95%;
		padding: 2.5vw 2.5%;
		
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.sp_btm_tel{
		margin-right: 10px;
		
		width: 50%;
	}
	
	.sp_btm_tel img{
		width: 100%;
		max-width: 384px;
		height: auto;
	}
	
	.sp_btm_reserve{
		width: 50%;
	}
	
	.sp_btm_line img{
		width: 100%;
		max-width: 384px;
		height: auto;
	}

#footer{
	background: #fff;
}

.f_wrap{
	width: 95%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 40px 2.5%;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.f_conts_l{
	font-size: 13px;
	color: #282624;
	line-height: 1.8;
}

.f_logo{
	margin-bottom: 20px;
}

.f_logo a:hover{
	opacity: 1;
}

.f_conts_l dl{
	display: -webkit-flex;
	display: flex;
	margin-bottom: 5px;
}

.f_conts_l dl dt{
	width: 4em;
}

.f_conts_l dl dd{
	width: calc(100% - 4em);
}

.f_conts_l dl dd a{
	color: #eb6b10;
}

.f_conts_r{
	display: -webkit-flex;
	display: flex;
}

.f_conts_r dl {
	margin-left: 50px;
}

.f_conts_r dl dt{
	font-size: 14px;
	font-weight: bold;
}

.f_conts_r dl dd a{
	background: url("../images/common/f_icon.png") no-repeat left 3px;
	padding-left: 20px;
	color: #282624;
	text-decoration: none;
}

.f_cr{
	width: 100%;
	font-size: 13px;
	background: #a8a482;
	text-align: center;
	color: #fff;	
	
	padding: 5px 0;
}

.f_cr a{
 	color: #fff;
	text-decoration: none;
}
