@charset "utf-8";

/*基本設定
----------------------------------------------------*/
.pc {
	display: block;	
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

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

html {   
		overflow-y:scroll;   
}  


a {
		color:#f74581;
		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:#d9260a;
}

/*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;
}

.btm10 {
		margin-bottom:10px;
}

.btm15 {
		margin-bottom:15px;
}

.btm20 {
		margin-bottom:20px;
}

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

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

.btm40 {
		margin-bottom:40px;
}


.top5 {
		margin-top:5px;
}

.top10 {
		margin-top:10px;
}

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

.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: #f74581;
/*		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;
}


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

.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: block;
	background: #41becc;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	border-radius: 5px;	
/*	line-height: 1;*/
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;

}

.h_contact_btn a img{
	margin-right: 10px;
	vertical-align: sub;
}

.h_map{
	background: url("https://dr-gives.com/New_Base/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("https://dr-gives.com/New_Base/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;
}

.train{
	background: url("https://dr-gives.com/New_Base/images/common/h_access2.png") no-repeat left center;
}

#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 #e50080;
	padding: 12px 0 12px;
	height: 63px;
	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: 1100px;
	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: 240px;
}

.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(https://dr-gives.com/New_Base/images/top/bg_mainimage.png) repeat;
    width: 100%;
    background-size: cover;
}

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

#mainimage p img{
	width: 100%;
	max-width: 1321px;
	position: relative;
	left: 88px;
}

.mainimage_sp{
	display: none;
}

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

.main_conts_wrap:nth-of-type(2) {
	margin-top: 50px;
}

b.large {
	font-size: 1.3em;
}

strong {
	color: #f74581;
}

strong.u_line {
	text-decoration: underline;
}

.bg_pink01 {
	background: #f792af;
}

.bg_pink02 {
	background: #f25a8d;
}

.bg_pale_pink{
	background: #fcf0f4;
}

.bg_gray {
	background: #f2eff0;
}

.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;
}

.ttl_block {
	text-align: center;
}

.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;
}

.ttl01 span:before{
	content: "";
	display: block;
	width: 53px;
	height: 76px;
	background: url("https://dr-gives.com/New_Base/images/top/bracket01_l.png") no-repeat left center;	
	position: absolute;
	left: -66px;
	top: 0;
}

.ttl01 span:after{
	content: "";
	display: block;
	width: 53px;
	height: 76px;
	background: url("https://dr-gives.com/New_Base/images/top/bracket01_r.png") no-repeat left center;
	position: absolute;
	right: -71px;
	top: 0;
}

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

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

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

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

.ttl03 span:before{
	content: "";
	display: block;
	width: 53px;
	height: 76px;
	background: url("https://dr-gives.com/New_Base/images/top/bracket02_l.png") no-repeat left center;	
	position: absolute;
	left: -56px;
	top: 22px;
}

.ttl03 span:after{
	content: "";
	display: block;
	width: 53px;
	height: 76px;
	background: url("https://dr-gives.com/New_Base/images/top/bracket02_r.png") no-repeat left center;
	position: absolute;
	right: -56px;
	top: 22px;
}

.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: #f25a8d;
    border-radius: 5px;
    width: calc(100% - 40px);
    padding: 10px 20px;
    margin-bottom: 20px;
}

.ttl06{
    font-size: 52px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 50px;
}

.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("https://dr-gives.com/New_Base/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("https://dr-gives.com/New_Base/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("https://dr-gives.com/New_Base/images/top/bracket02_l.png") no-repeat left center;	
	position: absolute;
	left: -66px;
	top: 0;
}

.ttl08 {
    background: #f74581;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.type_men_conts_wrap .ttl08 {
	background: #3d4f98;
}

.type_women_conts_wrap .ttl08 {
	background: #f74581;
	margin-bottom: 0;;
}

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

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

.ttl_blue {
	color: #29acba;
}

.ttl_pink {
	color:#f74581;
}

.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);
}

/*トップページ
----------------------------------------------------*/
/* 3つの特徴 */
.feature_list {
	background: #fff;
	border-radius: 4px;
	text-align: center;
}

.feature_list ul {
    position: relative;
    top: -38px;
	margin-bottom: 40px;
}

.feature_list ul li {
	margin: 0 10px;
	display: inline-block;
}

.feature_text01 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

.feature_text01 .yellow {
	color: #fff698;
}

/* ビフォーアフター */
.mainconts.ba {
	position: relative;
}

.mainconts.ba:before {
    content: url(https://dr-gives.com/New_Base/images/top/fukidashi04.png);
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -50px;
}

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

.ba_conts {
	text-align: center;
}

.ba_conts_wrap {
	margin-bottom: 40px;
}

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

.ba_ttl {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}

.ba_conts ul li {
	display: inline-block;
	margin-right: 80px;
	margin-bottom: 30px;
    position: relative;
}

ul.ba_list01 li {
	margin-right: 51px;
}

.ba_conts ul li.mr0 {
	margin-right: 0;
}

.ba_conts ul li.arrow:before {
	content: '';
    background-image: url(https://dr-gives.com/New_Base/images/top/ba_arrow.png);
    display: block;
    left: -44px;
    position: absolute;
    top: 43%;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
}

.ba_ttl {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.ba_conts ul li p {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #29acba;
    text-align: center;
}

/* あなたは、こんな悩みはありませんか？ */
.nayami_wrap {
    padding-bottom: 0 !important;
}

.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: 409px;
    margin-left: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

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

.nayami_list{
	margin-bottom: 50px;
}

.nayami_list ul li{
	background: url("https://dr-gives.com/New_Base/images/top/icon_check01.png") no-repeat left top;
	padding-left: 40px;
	margin-bottom: 18px;
}

/* お任せください 美容皮膚科医師と連携して発毛に導きます！ */
.mainconts.omakase p {
	font-size: 20px;
}

.omakase_conts {
    background: #fff;
    padding: 40px;
    border: 4px solid #f74581;
}

.omakase_img {
	margin: 0 0 0 30px;
	float: right;;
}

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

.omakase_conts_text strong {
	color: #e64100;
}

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

/* あなたの髪の状態は大丈夫ですか？ */
.check_text01 {
	background: #f74581;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 10px 30px 10px;
    position: relative;
    width: 36%;
    margin: 30px auto 42px;
    border-radius: 10px;
}

.check_text01 p {
	font-weight: bold;
}

.check_text01:after {
    content: url(https://dr-gives.com/New_Base/images/top/fukidashi01.png);
    position: absolute;
    left: 50%;
    bottom: -32px;
    margin-left: -20px;
}

.check_conts {
	background: #fff;
	padding:40px;
}

.check_conts_ttl {
	font-size: 32px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 216px;
	margin-bottom: 20px;
	text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.check_conts_ttl p {
	font-weight: bold;
}

.check_conts_ttl:before, .check_conts_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 3px;
  background-color: #171717;
  width: 186px;
}

.check_conts_ttl:before {
  left:0;
}
.check_conts_ttl:after {
  right: 0;
}

.check_list {
	font-size: 20px;
}

.check_list ul {
	float: left;
	width: 50%;
}

.check_list ul li{
	background: url("https://dr-gives.com/New_Base/images/top/icon_check02.png") no-repeat left top;
	padding-left: 46px;
	margin-bottom: 18px;
}

.check_img {
	text-align: center;
}

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

/* 頭皮レベルのタイプ */
.type_men_conts_wrap {
	border: 4px solid #3d4f98;
	padding: 46px;
	margin-bottom: 50px;
	margin-top: 35px;
}

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

.type_women_conts_wrap {
	border: 4px solid #f74581;
	padding: 46px;
	margin-bottom: 50px;;
}

.type_women_conts {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #fdcfde;
    padding: 34px 0;
}

.type_women_conts.last {
	border:none;
	padding-bottom: 0;
}

.type_women_img {
    width: 232px;
    margin-right: 30px;
}

.type_women_text {
    width: calc(100% - (232px + 30px));
}

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

.type_women_ttl:before {
    content: '●';
    color: #f792af;
    margin-right: 7px;
}

/* その薄毛 放っておいて大丈夫ですか？ */
.daijobu_conts {
    margin-top: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.daijobu_img {
    width: 250px;
    margin-left: 30px;
}

.daijobu_text {
    width: calc(100% - 250px);
}

/* 院長プロフィール */
.profile_wrap{
	margin-top: 40px;
	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;
}

/* 施術の流れ */
.mainconts#flow .main_conts_wrap {
	margin-top: 35px;
}

.flow_conts {
	margin-bottom: 35px;
}

.flow_conts.last {
	margin-bottom: 0;
}

.flow_conts_wrap{
	counter-reset: num;
	background: #fff;
	padding: 46px;
}

.flow_ttl01{
	font-size: 24px;
	font-weight: bold;
	color: #f74581;
	letter-spacing: 0.04em;
	line-height: 30px;
	position: relative;
    counter-increment: num;
	padding-left: 40px;
	border-bottom: 1px solid #fdcfde;
	padding-bottom: 10px;
}

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

.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: 25px;
}

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

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

/* でも、本当にそれだけで改善されるの？ */
.microscope_text01 {
	font-size: 30px;
	line-height: 1.4;
    display: -webkit-flex;
    display: flex;
	width: 90%;
	margin: 0 auto;
}

.microscope_text01 p {
	font-weight: bold;
}

.microscope_text02 {
	border: 4px solid #83ced6;
	padding: 30px 30px 0;
}

.microscope_img02 {
	text-align: center;
	margin-bottom: 18px;
}

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

.microscope_text03 {
	float: left;
	margin: 0 38px;
}

.microscope_img03 {
	float: left;
}

.microscope_text03 .text_wrap {
	text-align: center;
	font-size: 37px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.dna_text01 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-top: 83px;
	line-height: 1.4;
}

.dna_text01:before {
    content: url(https://dr-gives.com/New_Base/images/top/arrow01.png);
    position: absolute;
    left: 50%;
    top: -45px;
    margin-left: -108px;
}

.dna_text02 {
	background: #171717;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 10px 30px 10px;
    position: relative;
    width: 48%;
    margin: 0 auto 42px;
    border-radius: 10px;
}

.dna_text02 p {
	font-weight: bold;
}

.dna_text02:after {
    content: url(https://dr-gives.com/New_Base/images/top/fukidashi03.png);
    position: absolute;
    left: 50%;
    bottom: -36px;
    margin-left: -20px;
}

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

/*選ばれる7つの理由*/
.assoc_img {
	margin-bottom: 50px;
}

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

.select_conts_wrap{
	counter-reset: selectnum;
}

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

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

.select_ttl01{
    width: 98%;
    background: #f74581;
    color: #fff;
    padding: 17px;
    border-radius: 5px;
    margin-bottom: 58px;
    margin-left: 2%;
     font-size: 20px; 
    font-weight: bold;
    padding-left: 130px;
    line-height: 1.5;
    position: relative;
    box-sizing: border-box;
}

.select_ttl01:before{
  content: '';
  display: inline-block;
  width: 139px;
  height: 139px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -21px;
  top: -28px;
}

.select_conts:nth-of-type(1) .select_ttl01:before{
	background-image: url(https://dr-gives.com/New_Base/images/top/select01_ttl.png);
}

.select_conts:nth-of-type(2) .select_ttl01:before{
	background-image: url(https://dr-gives.com/New_Base/images/top/select02_ttl.png);
}

.select_conts:nth-of-type(3) .select_ttl01:before{
	background-image: url(https://dr-gives.com/New_Base/images/top/select03_ttl.png);
}

.select_conts:nth-of-type(4) .select_ttl01:before{
	background-image: url(https://dr-gives.com/New_Base/images/top/select04_ttl.png);
}

.select_conts:nth-of-type(5) .select_ttl01:before{
	background-image: url(https://dr-gives.com/New_Base/images/top/select05_ttl.png);
}

.select_conts:nth-of-type(6) .select_ttl01:before{
	background-image: url(https://dr-gives.com/New_Base/images/top/select06_ttl.png);
}

.select_conts:nth-of-type(7) .select_ttl01:before{
	background-image: url(https://dr-gives.com/New_Base/images/top/select07_ttl.png);
}

.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;
}

/* 施術料金・初回特別割引 */
.price_tbl,
.price_tbl tbody{
	display: block;
	margin-bottom: 30px;;
}

.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: 26em;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	background: #29abba;
	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(https://dr-gives.com/New_Base/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_limit01{
	margin-top: 40px;
	margin-bottom: 50px;
	border-top: 1px solid #171717;
	border-bottom: 1px solid #171717;
	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{
	font-size: 55px;
	color: #d9260a;
}

.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(https://dr-gives.com/New_Base/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(https://dr-gives.com/New_Base/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;
}

.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;
}

.conts_divide{
	margin: 40px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.conts_divide_ttl{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #29aaba;
	padding: 10px 20px;
	border-radius: 10px 10px 0 0;
}

.conts_divide_r .conts_divide_ttl{
	background: #f74581;
}

.conts_divide_text{
	padding: 20px;
}

.conts_divide_false li{
	background: url("https://dr-gives.com/New_Base/images/top/icon_false.png") no-repeat left 4px;
	padding-left: 33px;
	margin-bottom: 12px;
}

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

.conts_divide_true li{
	background: url("https://dr-gives.com/New_Base/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;
}

/* よくある質問 */
.faq_conts{
	background: #f0f5f5;
	padding: 30px;
	margin-top: 30px;
}

.faq_conts dl dt{
	background: url("https://dr-gives.com/New_Base/images/top/faq_q.png") no-repeat left 4px;
	padding-left: 60px;
	min-height: 41px;
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #cad9db;
	margin-bottom: 10px;
	padding-bottom: 10px;;
}


.faq_conts dl dd{
	background: url("https://dr-gives.com/New_Base/images/top/faq_a.png") no-repeat left 4px;
	padding-left: 60px;
	min-height: 45px;
	font-size: 18px;
}

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

.offer_ttl01 span{
	position: relative;
}

.offer_ttl01 span:before{
	content: "";
	display: block;
	width: 57px;
	height: 116px;
	background: url("https://dr-gives.com/New_Base/images/top/bracket03_l.png") no-repeat left top;
	position: absolute;
	left: -70px;
	top: 0px;
}

.offer_ttl01 span:after{
	content: "";
	display: block;
	width: 57px;
	height: 116px;
	background: url("https://dr-gives.com/New_Base/images/top/bracket03_r.png") no-repeat left top;
	position: absolute;
	top: 0px;
	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_telbtn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
}

.offer_telbtn img {
    width: auto;
    max-width: 90vw;
}

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

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

/* 特典 */
.specialgift_conts {
    margin-top: 60px;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    border: 4px solid #f74581;
    padding: 40px;
    position: relative;;
}

.special_gift_text {
    margin-left: 40px;
}

.gift_ttl01 {
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -90px;;;
}

.gift_ttl01 img {
	vertical-align: bottom;
}

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

/* アクセス */
.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("https://dr-gives.com/New_Base/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_catch_conts{
	color: #171717;
	margin-bottom: 40px;
}

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

.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: #171717;
	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,
.contact_line{
	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{
}


.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: left;
}

.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;
}
*/

/*wordpress
----------------------------------------------------*/
.blog_conts{
	width: 95%;
	max-width: 1050px;
	padding: 20px 2.5%;
	margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog_main{
	width: calc(80% - 71px);
}

.single_date{
	background: #c39e71 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 1px 10px;
}

.s_ttl01{
	color: #7fb8de;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0;
    text-align: left;
}

.blog_cat{
	border-bottom: 1px dashed #212121;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.blog_side{
	width: 20%;
	max-width: 250px;
	border-left: 1px solid #f25a8d;
	padding-left: 35px;
	margin-left: 35px;
}

.side_blog_ttl{
	color: #212121;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px !important;
}

.blog_single p{
	margin-bottom: 15px;
}

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

.blog_single .single_date{
	margin-bottom: 0;
}

.single_ttl{
	color: #f25a8d;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0;
    text-align: left;
    border-bottom: 1px dashed;
}

.single_cat p{
	float: left;
}

.blog_single h3{
	border-left: 10px solid #f25a8d;
	border-bottom: 1px solid #f25a8d;
    font-size: 1.6em;
    font-weight: bold;
    color: #171717;
    margin: 50px auto 25px;
    padding: 10px 0 10px 15px;
    clear: both
}

.blog_single h4{
	border-bottom: 1px dashed;
    font-size: 1.4em;
    font-weight: bold;
    color: #f25a8d;
    margin: 30px auto 15px;
    padding-bottom: 5px;
    clear: both
}

.blog_single ul{
	margin-bottom: 30px;
}

.blog_single li{
	background: url("https://dr-gives.com/New_Base/images/top/icon_nayami.png") no-repeat left top;
	padding-left: 30px;
	margin-bottom: 0.8em;
	font-weight: bold;
}

.blog_single p {
	margin-bottom: 30px;
}

.blog_single img.alignright{
	float: right;
	margin-left: 10px;
}

.blog_single img.alignleft{
	float: left;
		margin-right: 10px;
}

.wp-pagenavi{
	text-align: center;
}

.side_menu{
	margin-bottom: 30px;
}

.side_menu ul{
	border-top: 2px solid #f25a8d;
    border-bottom: 2px solid #f25a8d;
    padding: 5px 10px;
}

.side_menu li{
	border-bottom: 1px dashed #f25a8d;
    margin-top: 8px;
    padding-bottom: 5px;
    padding-left: 1.3em;
    line-height: 1.6;
}

.side_menu li:before{
	content: url("https://dr-gives.com/New_Base/images/common/side_icon01.png");
    margin-left: -1.3em;
    margin-right: 5px;
    padding-top: 2px;
    vertical-align: middle;
}

.side_menu li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}

.side_menu li a{
	text-decoration: none;
}

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

#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;
}

h2.admin {
	font-weight: bold;
	font-size: 14px;
	border-top:1px dashed #c39e71;
	padding-top: 10px;
	margin-top: 20px;
}

.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_r{
	display: -webkit-flex;
	display: flex;
}

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

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

.f_conts_r dl dd a{
	background: url("https://dr-gives.com/New_Base/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: #c39e71;
	text-align: center;
	color: #fff;	
	padding: 5px 0;
}

.f_cr a{
 	color: #fff;
	text-decoration: none;
}
.scroll_logo .inmei{
	font-size : 20px;

	font-weight : 600;
	margin-left : -20px;
}

