@charset "UTF-8";
/* CSS Document */

/* 01 Reset
--------------------------------------------------------------- */

*{
	box-sizing: border-box;
}
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td {
	margin: 0;
	padding: 0;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label { cursor: pointer;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul  {
	list-style: none;
}
caption,th  {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after{
	content:'';
}
abbr,
acronym {
	border: 0;
}

/* base */

body{
	background: #fffffd;
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}

.container{
	display:inline-block;
}
a {
	color: #8b605a;
	text-decoration: underline;
}
p{
	font-size: 1rem;
	line-height: 1.7;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.hidden_xs{
	display: none;
}
/* Parts */
.margin_b_small{
	margin-bottom: 10px;
}
.margin_b_medium{
	margin-bottom: 20px;
}
.margin_b_large{
	margin-bottom: 40px;
}
.padding_small{
	padding: 10px;
}
.padding_medium{
	padding: 20px;
}
.padding_large{
	padding: 40px;
}
.padding_t_small{
	padding-top: 10px;
}
.padding_t_medium{
	padding-top: 20px;
}
.padding_t_large{
	padding-top: 40px;
}
.padding_b_small{
	padding-bottom: 10px;
}
.padding_b_medium{
	padding-bottom: 20px;
}
.padding_b_large{
	padding-bottom: 40px;
}
.padding_t_none{
	padding-top: 0!important;
}
.flt_l{
	float:left;
}

.flt_r{
	float:right;
}
.clear:after {
	clear: both;
	content: "";
	display: block;
}
.white_box{
	background: #fff;
	border-radius: 10px;
	text-align: left;
}
.font_small{font-size:0.8rem;}


/* Btn */
.primary_btn{
	border-radius: 50px;
	display: block;
	background: linear-gradient(to bottom, #f999a9, #f74764);
	background: -webkit-gradient(linear, left top, left bottom, color-stop #f999a9, color-stop #f74764);
	background: -webkit-linear-gradient(top, #f999a9, #f74764);
	background: -moz-linear-gradient(top, #f999a9, #f74764);
	background: -o-linear-gradient(top, #f999a9, #f74764);
	background: -ms-linear-gradient(top, #f999a9, #f74764);
	background: linear-gradient(top, #f999a9, #f74764);
	border: 1px solid #ed3957;
	color:#fff;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
.primary_btn:hover,
.secondary_btn:hover,
.thirdly_btn:hover{
	opacity: .8;
	text-decoration: none;
}
.primary_btn.btn_sm,
.secondary_btn.btn_sm{
	font-size: 1rem;
	padding: 5px 0;
}
.secondary_btn{
	border-radius: 50px;
	display: block;
	background: linear-gradient(to bottom, #fff0c8, #ffcb3e);
	background: -webkit-gradient(linear, left top, left bottom, color-stop #fff0c8, color-stop #ffcb3e);
	background: -webkit-linear-gradient(top, #fff0c8, #ffcb3e);
	background: -moz-linear-gradient(top, #fff0c8, #ffcb3e);
	background: -o-linear-gradient(top, #fff0c8, #ffcb3e);
	background: -ms-linear-gradient(top, #fff0c8, #ffcb3e);
	background: linear-gradient(top, #fff0c8, #ffcb3e);
	border: 1px solid #efbe3b;
	color:#54312c;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
.thirdly_btn{
	border-radius: 4px;
	display: block;
	background: linear-gradient(to bottom, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, color-stop #fff, color-stop #eee);
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -o-linear-gradient(top, #fff, #eee);
	background: -ms-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	background-color:#f5b9ad;
	border: 1px solid #e9e9e9;
	color:#8b605a;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
.tel_btn{
	border-radius: 10px;
	display: block;
	background: linear-gradient(to bottom, #ebfffe, #bfebe9);
	background: -webkit-gradient(linear, left top, left bottom, color-stop #ebfffe, color-stop #bfebe9);
	background: -webkit-linear-gradient(top, #ebfffe, #bfebe9);
	background: -moz-linear-gradient(top, #ebfffe, #bfebe9);
	background: -o-linear-gradient(top, #ebfffe, #bfebe9);
	background: -ms-linear-gradient(top, #ebfffe, #bfebe9);
	background: linear-gradient(top, #ebfffe, #bfebe9);
	border: 1px solid #2a9b97;
	color:#2a9b97;
	text-decoration: none;
	font-size: 1.1rem;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
}
.tel_btn img{
	vertical-align: middle;
}

/* bg */
.bg_pattern_1{
	background:url(../../images/lp_datsumo_201810/bg_pattern_1.jpg) repeat-y center;
	background-size: 100%;
}
.bg_pattern_2{
	background:url(../../images/lp_datsumo_201810/bg_pattern_2.jpg) repeat-y center;
	background-size: 100%;
}
.bg_pattern_3{
	background:url(../../images/lp_datsumo_201810/bg_pattern_3.jpg) repeat-y center;
	background-size: 100%;
}

/* parts */
.top_mv_g{
	background:url(../../images/lp_datsumo_201810/top_mv_g.jpg?2018101902) no-repeat top center;
	background-size: 100%;
}
.top_mv_y{
	background:url(../../images/lp_datsumo_201810/top_mv_y.jpg) no-repeat top center;
	background-size: 100%;
}
.top_mv_c{
	background:url(../../images/lp_datsumo_201810/for_clinic/bg_top_mv.jpg?20200108) no-repeat top center;
	background-size: 100%;
}
.point_title {
	margin-left: -20px;
	text-align: left;
}
.point_title img{
	margin-top: -10px;
}
.text_marker{
	color: #2a9b9b;
	font-weight: bold;
	background: #d9f4f4;
}
.text_information{
	color: #dd456c;
	font-weight: bold;
	background: #fcedf2;
	padding:0 5px;
}
.text_info_nomarker{
	color: #dd456c;
	font-weight: bold;
}
.satisfaction_title img{
	padding:40px 20px 0 20px;
}
.satisfaction_title_add{
	position: relative;
}
.satisfaction_title_add span{
	position: absolute;
	top: 0;
	left: 0;
}
.price_intro_text_g{
	background:url(../../images/lp_datsumo_201810/price_intro_text_g.png) no-repeat top center;
	background-size: 100%;
	padding-top: 26.5%;
}
.q_text{
	font-size: 1.1rem;
	color: #2a9b9b;
	font-weight: bold;
}
.q_icon{
	font-size: 1.1rem;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	background: #2a9b9b;
	border-radius: 4px;
	padding: 4px 8px;
	margin-right: 10px;
}
.a_icon{
	font-size: 1.1rem;
	font-weight: bold;
	display: inline-block;
	color: #2a9b9b;
	background: #d9f4f4;
	border-radius: 4px;
	padding: 0 7px;
	margin-right: 10px;
	border: 2px solid #2a9b9b;
}
.price_intro_text_bg{
	background:url(../../images/lp_datsumo_201810/price_intro_text_bg.jpg) no-repeat top center;
	background-size: 100%;
}
.kodawari_img{
	background:url(../../images/lp_datsumo_201810/kodawari_bg.jpg) no-repeat top center;
	background-size: 100%;
}
.payment_img_bg{
	background:url(../../images/lp_datsumo_201810/payment_img_bg.jpg) no-repeat top center;
	background-size: 100%;
}
.payment_img_half{
	width: 50%;
}
.payment_img_3{
	margin-top: -10px;
}
.bg_compare{
	background: url(../../images/lp_datsumo_201810/bg_compare_text.jpg) no-repeat top center;
	background-size:100%;
}
.mv_txt {
    width: 100%;
    display: table;
}
.mv_txt li {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}
.mv_txt .mv_txt_1 {
    background: #fef5f8;
}
.mv_txt .mv_txt_2 {
    background: #fbede8;
}
.mv_txt li span {
    color: #d64774;
    font-weight: bold;
    display: inline-block;
}

/*タブ用*/
.disnon {
	display: none;
}
.clinic_tab{
	display: table;
	width: 100%;
}
.clinic_tab li{
	display: table-cell;
	padding: 5px;
}
.clinic_tab li a{
	display: block;
	border-radius: 10px;
	background: linear-gradient(to bottom, #eccf7b, #c6a74b);
	background: -webkit-gradient(linear, left top, left bottom, color-stop #eccf7b, color-stop #c6a74b);
	background: -webkit-linear-gradient(top, #eccf7b, #c6a74b);
	background: -moz-linear-gradient(top, #eccf7b, #c6a74b);
	background: -o-linear-gradient(top, #eccf7b, #c6a74b);
	background: -ms-linear-gradient(top, #eccf7b, #c6a74b);
	background: linear-gradient(top, #eccf7b, #c6a74b);
	border: 1px solid #b9a25f;
	color:#340a0a;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.clinic_tab li a:hover{
	opacity: .8;
	text-decoration: none;
}
.clinic_tab li.select a{
	display: block;
	border-radius: 10px;
	background: #c6a74b;
	border: 1px solid #b9a25f;
	color:#ffffff;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.clinic_tab li a:hover{
	opacity: 1;
}
.clinic_tab_title{
	color: #de4971;
	font-size: 1.4rem;
}
.clinic_tab_subtitle{
	color: #340a0a;
	font-size: 1.1rem;
	border-bottom: 1px dotted #340a0a;
}
.clinic_tab_subtitle::before{
	content: "■";
	display: inline-block;
}
.complement_text{
	color: #555555;
}
.soudan_tab_title{
	color: #C6A74B;
	font-size: 1.4rem;
}

/*slider-pro*/
.slider-pro {
	margin-left: auto !important;
	margin-right: auto !important;
}
.sp-arrow {
	width: 15px;
	height: 25px;
}
.sp-fade-arrows {
	opacity: 1;
}
.sp-horizontal .sp-arrows {
	margin-top: 0;
}
.sp-horizontal .sp-previous-arrow {
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
}
.sp-horizontal .sp-next-arrow {
	top: 50%;
	right: -25px;
	transform: translateY(-50%) rotate(180deg);
}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
	background-color: #E14C76;
}
.sp-buttons {
	padding-top: 15px;
}
.sp-button {
	width: 14px;
	height: 14px;
	border: 2px solid #E14C76;
}
.sp-selected-button {
	background-color: #E14C76;
}

/* header */
.header{
	width: 100%;
	position: relative;
	padding: 10px 0;
}
.header_logo{
	width: 60%;
	padding: 5px;
	text-align: left;
	position: relative;
}
.header_logo span{
	position: absolute;
	top: 0;
	left: 25%;
	color: #d54d63;
	font-weight: 700;
	font-size: 0.65rem;
	overflow: visible;
	white-space: nowrap;
}
.header_text{
	height: 3rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5rem;
	border-radius: 50px 0 0 50px;
	background: #f0ebeb;
	padding: 0.6rem 1rem;
	font-size: 0.8rem;
	line-height: 1.1;
}
.scroll_header{
	background-color:rgba(255,255,255,0.9);
	height:50px;
	position:fixed;
	top: 0;
	z-index: 1000;
	width:100%;
	display: none;
}
.scroll_header .header_logo{
	display: inline-block;
	width: 40%;
	float: left;
	padding:10px 3px 0;
}
.scroll_header .scroll_header_btn{
	float: right;
	margin-right: 46px;
}
.scroll_header .scroll_header_btn .primary_btn{
	border-radius: 0;
	padding: 12px 5px 0;
	height: 50px;
	line-height: 1.7;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.05em;
}
#nav{
	z-index:1000;
	position: fixed;
	right: 0;
	top: 0;
}
#ham-menu {
	background-color:rgba(255,255,255,0.9) ; /*メニュー背景色*/
	box-sizing: border-box;
	padding: 15px 10px; /*メニュー内左右上下余白*/
	width: 220px; /*メニュー横幅*/
	z-index: 1000;
	display:none;
}
#ham-menu ul li + li{
	margin-top:1em;
}
#menu-background {
	height: 50px; /*アイコン縦高さ*/
	background-color: #333; /*黒背景*/
	display: block;
	opacity: 0;
	transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
	width: 100%;
	z-index: -1;
	transform: translate3d(0,0,0);
}
#nav-btn{
	width:100%; /*アイコン横幅*/
	cursor: pointer;
	display: block;
	right: 0;
}
.nav_link{
	min-width:264px;
	float: right;
	right: 56px;
	position: fixed;
}
.nav_link .nav_link_btn{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 0;
	height: 50px;
	font-size: 12px;
	line-height: 1.2em;
	margin: 0;
}
.nav_link_btn i{
	font-size:1.5em;
}

#ham-icon {
	font-size: 30px; /*アイコン（フォント）サイズ*/
	line-height:1;
	text-align: center;
	float:right;
	background:#fff;
	color:#fc7e9b;
	box-sizing:border-box;
	width: 46px;
	height: 46px;
}
.ham_icon_text{
	font-size: 9px;
	display: block;
	text-align: center;
}
.ham_home{
	border-radius: 4px;
	background: linear-gradient(to bottom, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, color-stop #fff, color-stop #eee);
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -o-linear-gradient(top, #fff, #eee);
	background: -ms-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	border: 1px solid #e9e9e9;
	background-color:#f5b9ad;
	margin: 20px 0 0;
}
.ham_home a{
	padding:10px 5px;
	text-decoration: none;
	display: block;
	text-align: center;
}
.ham_tel{
	margin: 20px 0 0;
}
.ham_tel .tel_btn{
	padding:10px 5px;
	color: #2a9b97;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	border: 1px solid #2a9b97;
	border-radius: 4px;
	font-size: 16px;
}
.ham_tel .tel_btn span{
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1.4;
	margin-top: 5px;
}

/* footer */
.to_top{
	border-radius: 50px;
	width: 50px;
	height: 50px;
	background: #f4bcca;
	opacity: .9;
	color: #de4971;
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0px 16px;
	z-index: 20;
	line-height: 1.6;
}
.to_top:hover{
	opacity: .8;
}
.footer{
	background: #54312c;
	text-align: center;
	color: #ffffff;
	padding: 10px;
}
.priceinfo_general{
	margin-top: -20px;
	margin-bottom: 10px;
}

/* PC表示時 */
@media screen and (min-width: 750px) {
	.content{
		width:750px;
		text-align:center;
		margin:0 auto;
	}
	.visible_xs{
		display: none;
	}
	.hidden_xs{
		display: block;
	}
	.margin_b_small{
		margin-bottom: 20px;
	}
	.margin_b_medium{
		margin-bottom: 40px;
	}
	.margin_b_large{
		margin-bottom: 60px;
	}
	.padding_small{
		padding: 20px;
	}
	.padding_medium{
		padding: 40px;
	}
	.padding_large{
		padding: 60px;
	}
	.padding_t_small{
		padding-top: 20px;
	}
	.padding_t_medium{
		padding-top: 40px;
	}
	.padding_t_large{
		padding-top: 60px;
	}
	.padding_b_small{
		padding-bottom: 20px;
	}
	.padding_b_medium{
		padding-bottom: 40px;
	}
	.padding_b_large{
		padding-bottom: 60px;
	}
	/* bg */
	.bg_pattern_1{
		background:url(../../images/lp_datsumo_201810/bg_pattern_1.jpg) repeat-y center;
		background-size: auto;
	}
	.bg_pattern_2{
		background:url(../../images/lp_datsumo_201810/bg_pattern_2.jpg) repeat-y center;
		background-size: auto;
	}
	.bg_pattern_3{
		background:url(../../images/lp_datsumo_201810/bg_pattern_3.jpg) repeat-y center;
		background-size: auto;
	}
	/* parts */
	.payment_img_3{
		margin-top: -20px;
	}
	/* Btn */
	.primary_btn,
	.secondary_btn,
	.tel_btn{
		font-size: 1.4rem;
		padding: 20px 0;
	}
	.primary_btn.btn_sm,
	.secondary_btn.btn_sm{
		font-size:1rem;
		padding: 5px 0;
	}
	.tel_text{
		color:#2a9b97;
		font-size: 1.8rem;
		text-align: center;
		font-weight: bold;
	}
	.tel_text img{
		vertical-align: middle;
	}
	.to_top{
		bottom: 20px;
		right: 20px;
	}
	/* header */
	.header_logo span{
		font-size: 1.2rem;
		left: 100px;
	}
	.header_text{
		height: 4rem;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -2rem;
		border-radius: 50px 0 0 50px;
		background: #f0ebeb;
		padding: 1rem;
		font-size: 1rem;
	}
	.scroll_header{
		height:80px;
	}
	.scroll_header .header_logo img{
		width: auto;
		height: 60px;
	}
	.scroll_header .scroll_header_btn{
		margin-right: 80px;
	}
	.scroll_header .scroll_header_btn .primary_btn{
		height: 80px;
		font-size: 16px;
		padding: 24px 20px 0;
	}
	#ham-icon {
		font-size: 60px;
		line-height: 30px;
		padding-top: 12px;
		width: 80px;
		height: 80px;
	}
	.ham_icon_text{
		font-size: 12px;
		font-weight: bold;
	}
	.priceinfo_general{
		margin-top: -40px;
		margin-bottom: 20px;
	}
}
/* iPhone5 */
@media screen and (max-width: 322px) {
	.scroll_header .header_logo{
		width: 38%;
		padding:10px 2px 0;
	}
}
