@charset "utf-8";

@font-face {
    font-family: 'hannari';
    src: url('../fonts/hannari.eot');
    src: url('../fonts/hannari.eot?iefix') format('eot'),
         url('../fonts/hannari.woff') format('woff'),
         url('../fonts/hannari.ttf') format('truetype');
}

/*基本設定
----------------------------------------------------*/

body {
		margin:0;
		padding:0;
		font-family:"游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
		color:#6b4538;
		line-height:1.8em;
		font-size:15px;
		-webkit-text-size-adjust: 100%;
		position: relative;
}

html {   
		overflow-y:scroll;
}  


a {
		color:#d95f5f;
		text-decoration:underline;
}

a:hover {
		color:#d95f5f;
		text-decoration:none;
		opacity: 0.8;
}

img {
		border:0;
}

h1,h2,h3,h4,h5,h6,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:#e00;
}


/*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;
}

.btm30 {
		margin-bottom:30px;
}

.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;
		margin-right: 30px;
		margin-bottom: 10px;
}

.f-r {
		float:right;
		margin-left: 30px;
		margin-bottom: 10px;
}

.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;
}

.marker{
	font-size: 1.5em;
	background: #f8e859;
	display: inline;
	font-weight: bold;
}

.br{
	display: block;
}

.covd-19{
	margin-top: 24px;
}

.youtube_bnr{
	margin: 24px auto;
	text-align: center;
}

.youtube_bnr img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.youtube_bnr-sp{
	display: none;
}

/*ヘッダー
----------------------------------------------------*/

#header {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 2.5%;
	
	position: relative;
	z-index: 2;
}


.h_copy{
	margin-top: 13px;
}

.h_copy h1{
	font-size: 12px;
	color: #6b4538;
	text-align: right;
}

.h_top{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.h_logo,
.h_tel{
	line-height: 0;
}

#sp_head,
#sp_logo{
	display: none;
}


/*ナビ
----------------------------------------------------*/
.gnav {
	margin-top: 40px;
}

.gnav ul{
	width: 95%;
	padding: 0 2.5%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.gnav .gnav_dropmenu{
	position: relative;
}

.gnav .gnav_dropmenu_wrap{
	position: absolute;
	z-index: 9998;
	background: #fff;
	padding: 5px;
	border: 1px solid #6b4538;
	transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
	margin-top: 0px;
	transform: scale(0);
	opacity: 0;
	width: 15em;
	left: calc(-3em - 10px);
}

.gnav .gnav_dropmenu_wrap.dropmenu_open{
	margin-top: 15px;
	transform: scale(1);
	opacity: 1;
	transition: margin-top 0.25s linear 0s, opacity 0.25s linear 0s;
}

.gnav .gnav_dropmenu_wrap.dropmenu_open:before,
.gnav .gnav_dropmenu_wrap.dropmenu_open:after{
	content: "";
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #6b4538;
	position: absolute;
	top: -20px;
	left: calc(50% - 10px);
	transform: scaleX(1.5);
	
}

.gnav .gnav_dropmenu_wrap.dropmenu_open:after{
	border-bottom: 10px solid #fff;
	margin: 1px 0 0 0;
}

.gnav .gnav_dropmenu_wrap.dropmenu_open a{
	position: relative;
	
	
	text-align: center;
	text-decoration: none;
	
	line-height: 1.2;
	
	font-family: "hannari";
	font-weight: normal;
	letter-spacing: -0.1em;
	font-weight: bold;
	color: #583c1b;
}

.gnav .gnav_dropmenu_wrap.dropmenu_open a:before{
	content: "";
	display: block;
	border-bottom: 1px solid;
	transform: scaleX(0);
	transition: transform 0.2s ease 0s;
	transform-origin: 0 0 0;

	
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 7px;
	
	z-index: -1;
}

.gnav .gnav_dropmenu_wrap.dropmenu_open a:hover{
	opacity: 1;
}

.gnav .gnav_dropmenu_wrap.dropmenu_open a:hover:before{
	transform: scaleX(1);
}


.gnav .gnav_dropmenu_wrap p{
	margin-bottom: 8px;
	
	line-height: 1.5;
	text-align: center;
}

.gnav .gnav_dropmenu_wrap p:last-of-type{
	margin-bottom: 0;
}

.gnav .gnav_dropmenu_wrap p a{
	letter-spacing: -0.05em;
}

.gnav .gnav_dropmenu_wrap p a:hover{
	opacity: 0.8;
}




/*main-image
----------------------------------------------------*/

#top #mainimage{
	background: #f8e8e8;
	padding: 100px 0 0;
	width: 100%;
	overflow: hidden;
	
	position: relative;
	
	margin-top: -70px;
}

#top #mainimage:before{
	content: "";
	display: block;
	
	width: 100%;
	
	position: absolute;
	left: 0;
	top: -100px;
	
	background: #fff;
	
	min-height: 200px;
	border-bottom-right-radius: 2000px 200px;
	border-bottom-left-radius: 2000px 200px;
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;	
}

#top .mainimage_img{
	line-height: 0;
	text-align: center;
	
	width: 100%;
	max-width: 1181px;
	margin: 30px auto 0;
	
	position: relative;
	left: -25px;
}

#top .mainimage_img_bg img{
	width: 100%;
	max-width: 1181px;
}

#top .mainimage_img .mainimage_movie{
	position: absolute;
	right: 90px;
	bottom: 29px;
	
	width: 525px;
}

#top .mainimage_movie iframe{
	width: 100%;
	max-width: 100%;
	height: 280px;
}


#top .mainimage_sp{
	display: none;
}


/*トップページ
----------------------------------------------------*/
.top_nayami{
	width: 100%;
	background: #fff;
}

.top_nayami_wrap{
	width: 95%;
	max-width: 1020px;
	margin:  45px auto 0;
	padding: 0 2.5%;
}

.top_nayami_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 30px;
}


.top_nayami_ladies,
.top_nayami_mens{
	width: 100%;
	padding: 15px 20px;
}

.top_nayami_ladies{
	
	background: #fbece8;
	margin-right: 15px;
}

.top_nayami_mens{
	background: #ebf4eb;
	margin-left: 15px;
}

.nayami_icon{
	text-align: center;
}

.nayami_list01 li,
.nayami_list02 li{
	background: url("../images/top/nayami_list_check01.png") no-repeat left top;
	padding: 5px 0 0 40px;
	
	font-size: 16px;
	color: #6b4538;
	font-weight: bold;
	
	margin-bottom: 10px;
	line-height: 1.5;
	
	min-height: 30px;
}


.nayami_list02 li{
	background: url("../images/top/nayami_list_check02.png") no-repeat left top;
}

.top_nayami_goal_mainimg{
	text-align: center;
}

.top_nayami_goal_img{
	position: relative;
}

.top_nayami_goal_img img{
	width: auto;
	max-width: 100%;
}

.top_nayami_goal_text{
	position: absolute;
	
	bottom: 47px;
	left: 0;
	right: 0;
	
	text-align: center;
}

.top_nayami_goal_text p{
	font-size: 18px;
	color: #6b4538;
	font-weight: bold;
}

.top_movieconts{
	width: 100%;
	background: #fff;
	margin-top: 70px;
}

.top_movieconts_wrap{
	width: 95%;
	max-width: 1020px;
	margin:  45px auto 0;
	padding: 0 2.5%;
}

.top_movie-textconts{
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	border: 1px solid #ea7e7c;
	border-radius: 8px;
}

.top_movie-text p{
	margin-bottom: 16px;
}

.top_movie-text p:last-of-type{
	margin-bottom: 0;
}

.top_movie-imglist {
	margin-bottom: 16px;
}

.top_movie-imglist ul{
	display: flex;
	justify-content: space-between;
}

.top_movie-imglist ul li{
	width: calc(100% / 4 - 10px);
	margin-right: 30px;
}

.top_movie-imglist ul li:last-of-type{
	margin-right: 0;
}

.top_movie-imglist ul li img{
	width: auto;
	max-width: 100%;
	height: auto;
}


.top_movie_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_movie{
	width: calc(100% - 15px);
	margin-right: 30px;
}

.top_movie:nth-of-type(2n){
	margin-right: 0;
}

.movie_ttl01{
	font-family: "hannari";
	font-size: 30px;
	color: #6b4538;
	text-align: center;
	line-height: 1.3;
	
	letter-spacing: -0.025em;
	
	margin-bottom: 15px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-justify-content: center;
	justify-content: center;
	
	position: relative;
}


.top_movie_iframe{
	
	line-height: 0;
	text-align: center;
}

.top_movie_iframe iframe{
	width: 100%;
	max-width: 425px;
	height: 300px;
	line-height: 0;
	margin: 0 auto;
	
	background: #fbece8;
	padding: 10px;
}


.top_3point{
	margin-top: 70px;
	width: 100%;
	background: #fff;
}

.top_3point_wrap{
	width: 95%;
	max-width: 1020px;
	margin:  45px auto 0;
	padding: 0 2.5%;
}

.top_3point_list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 30px;
}

.top_3point_conts{
	width: calc(100% / 3 - 30px);
	margin-right: 45px;
}

.top_3point_conts:nth-of-type(3){
	margin-right: 0;
}

.top_3point_img{
	width: auto;
	max-width: 280px;
	margin: 0 auto 15px;
}

.top_3point_img img{
	width: auto;
	max-width: 100%;
}

.top_3point_text{
	padding: 15px;
	border-radius: 5px;
	
	margin-top: 30px;
	min-height: 135px;
	
	position: relative;
}

.top_3point_text:before{
	content: "";
	display: block;
	
	width: 0;
	height: 0;
	
	border: 15px solid transparent;
	border-bottom: 15px solid;
	
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	
	margin: 0 auto;
}

.top_3point_conts01 .top_3point_text{
	background: #e8b4b3;
}

.top_3point_conts01 .top_3point_text:before{
	border-bottom: 15px solid #e8b4b3;
}

.top_3point_conts02 .top_3point_text{
	background: #d7ead7;
}

.top_3point_conts02 .top_3point_text:before{
	border-bottom: 15px solid #d7ead7;
}

.top_3point_conts03 .top_3point_text{
	background: #f2d361;
}

.top_3point_conts03 .top_3point_text:before{
	border-bottom: 15px solid #f2d361;
}


.top_conts{
	margin-top: 50px;
}

.top_conts:first-of-type{
	margin-top: 0;
}

.seminar_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.seminar_conts_list dl{
	margin-bottom: 9px;
	padding-bottom: 7px;
	
	border-bottom: 1px dashed #e0a6a5;
}

.seminar_conts_list dl dt{
	width: 100%;
	font-weight: 500;
	line-height: 1.5;
}

.seminar_conts_list dl dt .far{
	margin-right: 5px;
}

.seminar_conts_list dl dd{
	width: 100%;
}

.seminar_conts_list dl dd a{
	color: #6b4538;
	text-decoration: none;
}

.seminar_conts_temp{
	width: calc(50% - 52px);
	
	border: 1px dashed #d95f5f;
	padding: 20px;
	margin-top: 20px;
	background: #fff7f7;
	
	margin-right: 20px;
}

.seminar_conts_temp:nth-of-type(2n){
	margin-right: 0;
	background: #fffbf3;
}

.seminar_conts_temp:nth-of-type(1),
.seminar_conts_temp:nth-of-type(2){
	margin-top: 0;
}


.seminar_ttl01{
	word-break: break-all;
	
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid;
	color: #ed6a67;
	padding-bottom: 3px;
	margin-bottom: 10px;
}


.select_conts{
	padding: 20px;
}

.select_ttl{
	font-family: "hannari";
	font-size: 30px;
	
	position: relative;
	margin-left: 50px;
	letter-spacing: -0.1em;
	line-height: 1.4;
	
	
	min-height: 40px;
	margin-bottom: 20px;
}

.select_ttl:after{
	content: "";
	display: block;
	width: calc(100% + 50px);
	height: 0;
	
	
	position: absolute;
	bottom: -5px;
	left: -50px;
	
	border-bottom: 3px dotted #d95f5f;
}

.select_ttl span{
	display: block;
	width: 40px;
	height: 40px;
	background: #d95f5f;
	color: #fff;
	border-radius: 100px;
	
	font-size: 34px;
	font-weight: bold:
	
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
	position: absolute;
	left: -50px;
	top: 0;
	
}

.select_conts{
	margin-top: 20px;
	background: #f8e8e8;
}

.select_conts:first-of-type{
	margin-top: 0;
}

.select_conts p{
	margin-bottom: 15px;
}

.select_conts p:last-of-type{
	margin-bottom: 0;
}

.select_conts img{
	width: auto;
	max-width: 100%;
	box-sizing: border-box;
	border: 3px solid #fff;
}



.top_message_ttl01{
	text-align: center;
}

.top_message_ttl02{
	text-align: center;
	font-family: "hannari";
	
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
	line-height: 1.5;
}

.top_message_ttl02 span{
	border-bottom: 3px solid;
	color: #d37f7e;
	
	font-size: 1.2em;
	line-height: 1;
}

.message_conts{
	margin-top: -10px;
}

.message_text p{
	margin-bottom: 20px;
}

.message_img01{
	background: #f8e8e8;
	padding: 20px;
	margin: 30px auto;
	
	border-radius: 5px;
}

.message_imgconts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.message_imgconts a{
	color: #6b4538;
	text-decoration: none;
}

.message_img_zoom{
	background: #efb2a3;
	padding: 7px 10px;
	text-align: center;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.message_img_zoom img{
	margin-right: 5px;
}

.message_name{
	font-family: "hannari";
	text-align: right;
	
	font-size: 18px;
	letter-spacing: -0.05em;
}


/* 新宿院の不妊鍼灸 */
.top_menu_list01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_menu_list01 li{
	width: calc(100% / 2 - 15px);
	margin-right: 30px;
	margin-top: 20px;
}

.top_menu_list01 li:first-of-type,
.top_menu_list01 li:nth-of-type(2){
	margin-top: 0;
}

.top_menu_list01 li:nth-of-type(2n){
	margin-right: 0;
}

.top_menu_list01 li a{
	position: relative;
}

.menulist01_btn {
	position: absolute;
	left: 0;
	bottom: 0;
	
	background: rgba(255,255,255,0.7);
	
	width: calc(100% - 14px);
	text-align: center;
	
	font-size: 17px;
	font-weight: bold;
	color: #6b4538;
	padding: 5px;
}


/* 卒業生の声 */
.graduate_conts{
	margin-bottom: 40px;
}

.graduate_movie{
	width: calc(100% - 50px);
	max-width: 600px;
	box-shadow: 0 0 10px rgba(0,0,0,0.30);
	line-height: 0;
	padding: 10px;
	margin: 0 auto;
}

.graduate_movie iframe{
	width: 100%;
	min-height: 350px;
}

.graduate_movie picture,
.graduate_movie p{
	line-height: 0;
}

.graduate_movie picture img,
.graduate_movie p img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* スタッフ紹介 */
.staffinfo_conts{
	display: flex;
	margin-top: 40px;
}

.staffinfo_conts:first-of-type{
	margin-top: 32px;
}

.staffinfo_img{
	width: 100%;
	max-width: 240px;
}

.staffinfo_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

.staffinfo_text{
	width: calc(100% - 272px);
	margin-left: 32px;
}

.staffinfo_text p{
	margin-bottom: 1em;
}

.staffinfo_text p:last-of-type{
	margin-bottom: 0;
}

.staffinfo_ttl01{
	font-family: "hannari";
	border-bottom: 1px dashed #efb2a3;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
}

.staffinfo_ttl01 span{
	margin-right: 16px;
}

.staffinfo_ttl01 ruby{
	font-size: 1.4em;
	margin-right: 8px;
}

.staffinfo_ttl01 ruby:last-of-type{
	margin-right: 0;
}

/* 実績 */
.top_results_conts{
	background: #d7ead7;
	padding: 30px 20px;
}

.top_results_ttl01{
	font-family: "hannari";
	font-size: 43px;
	letter-spacing: -0.1em;
	text-align: center;
	line-height: 1.15;
	color: #6b4538;
	
	margin-bottom: 30px;
}

.top_results_ttl01 span{
	color: #d95f5f;
}

.results_conts{
	margin-bottom: 30px;
}

.results_conts:last-of-type{
	margin-bottom: 0;
}


.top_results_ttl02{
	background: url("../images/top/bg_top_results01.png") repeat left top;
	padding: 13px 10px;
	
	font-family: "hannari";
	font-size: 36px;
	color: #fff;
	letter-spacing: -0.1em;
	text-align: center;
	margin-bottom: 15px;
}

.top_results_01 figure{
	line-height: 0;
}

.top_results_01 figure img{
	width: auto;
	max-width: 100%;
}


.top_results_02{
	background: #fff;
	padding: 40px 20px;
}

.top_results_ttl03{
	text-align: center;
	
	font-family: "hannari";
	font-size: 45px;
	letter-spacing: -0.05em;
	margin-bottom: 30px;
	
	position: relative;
}

.top_results_ttl03 span{
	position: relative;
	
	display: inline-block;
}

.top_results_ttl03 span:before{
	content: "";
	display: block;
	
	border-left: 2px solid #6b4538;
	width: 2px;
	height: 100px;	
	
	transform: rotate(-15deg);
	
	position: absolute;
	left: -20px;
	top: 0;
}

.top_results_ttl03 span:after{
	content: "";
	display: block;
	
	border-left: 2px solid #6b4538;
	width: 2px;
	height: 100px;	
	
	transform: rotate(15deg);
	
	position: absolute;
	right: -20px;
	top: 0;
}

.top_results_ttl03 span strong{
	line-height: 1.3;
	
	font-size: 58px;
	color: #d95f5f;
}

.results02_img{
	text-align: center;
	line-height: 0;
	margin-bottom: 30px;
}

.results02_img img{
	width: auto;
	max-width: 430px;
	margin: 0 auto;
}

.results02_topage{
	border: 1px solid #d95f5f;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
}

.results02_topage_age{
	font-size: 20px;
	font-weight: bold;
	color: #6b4538;
	
	padding: 0 5px;
	display: inline-block;
	
	background: linear-gradient(transparent 60%, #fff1be 60%);
}

.results02_topage_age span{
	color: #d95f5f;
	font-size: 23px;
	margin-left: 2px;
}

.results02_topage_age span strong{
	font-size: 32px;
}

.results02_topage_memo{
	text-align: center;
}

.results02_conts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-top: 20px;
}

.results02_conts_text{
	width: calc(100% - 200px);
	margin-right: 20px;
}

.results02_conts_text p{
	font-size: 15px;
	line-height: 1.8;
}

.results02_conts_img{
	width: 180px;
}

.results02_conts_img img{
	width: auto;
	max-width: 100%;
}

.results_memo{
	text-align: right;
	font-size: 13px;
	line-height: 1.8;
	
	border-top: 1px dashed #6b4538;
	margin-top: 15px;
	padding-top: 10px;
}

.results_memo li{
	padding-left: 1em;
}

.results_memo li:before{
	content: "※";
	margin-left: -1em;
}


.top_results_03{
	background: #fff;
	padding: 30px 20px;
}

.top_results_ttl04{
	text-align: center;
	
	font-family: "hannari";
	font-size: 41px;
	letter-spacing: -0.075em;
	
	border-bottom: 2px solid #6b4538;
	padding-bottom: 10px;
}

.top_results_ttl04 img{
	width: auto;
	max-width: 67px;
	height: auto;
	max-height: 60px;
	vertical-align: middle;
	
	position: relative;
	top: -4px;
	
	margin-right: 5px;
}

.top_results03_conts{
	display: -webkit-flex;
	display: flex;
	
	margin-top: 20px;
}

.top_results03_img{
	width: 180px;
	height: auto;
}

.top_results03_img img{
	width: auto;
	max-width: 100%;
}

.top_results03_text{
	width: calc(100% - 200px);
	margin-left: 20px;
	line-height: 1.8;
	
	font-size: 15px;
}

.top_results03_stepconts{
	margin-top: 40px;
}

.top_results_ttl05{
	
	font-family: "hannari";
	font-size: 40px;
	
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	padding: 15px 0;
	text-align: center;
	letter-spacing: -0.025em;
	
	margin-bottom: 25px;
}

.top_results03_step dl{
	display: -webkit-flex;
	display: flex;
	
	margin-bottom: 20px;
	
	position: relative;
}

.top_results03_step dl:after{
	content: "";
	display: block;
	
	width: 5px;
	height: 20px;
	background: #e7a2a0;
	
	position: absolute;
	left: 47px;
	bottom: -20px;
}

.top_results03_step dl:last-of-type{
	margin-bottom: 0;
}

.top_results03_step dl:last-of-type:after{
	content: none;
}

.top_results03_step dl dt,
.top_results03_step dl dd{
	font-family: "hannari";
	letter-spacing: -0.025em;
	padding: 10px 0;
}

.top_results03_step dl dt{
	width: 100px;
	background: #e4c348;
	color: #fff;
	
	font-size: 40px;
	text-align: center;
	border-radius: 5px 0 0 5px;
	
}

.top_results03_step dl dd{
	width: calc(100% - 120px);
	background: #fff2c0;
	
	font-size: 25px;
	
	padding: 10px;
	border-radius: 0 5px 5px 0;
}

.top_results_04{
	background: #fff;
	padding: 30px 20px;
}

.top_results_ttl06{
	background: url("../images/top/bg_top_results06.png") no-repeat 40% center;
	background-size: contain;
	
	font-family: "hannari";
	font-size: 33px;
	letter-spacing: -0.1em;
	line-height: 1.4;
	text-align: center;
	
	margin-bottom: 30px;
}

.top_results_ttl06 span{
	color: #d95f5f;
	border-bottom: 2px solid;
}

.top_results_ttl07{
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.results04_memo{
	margin-bottom: 10px;
}

.results04_imgconts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.results04_imgconts figure{
	width: 310px;
}

.results04_imgconts figure img{
	width: auto;
	max-width: 100%;
}

.results04_imgconts a{
	color: inherit;
	text-decoration: none;
}

.results04_imgconts figure figcaption{
	line-height: 1;
	margin-top: 5px;
}

.results04_text{
	border: 1px solid #6b4538;
	border-radius: 5px;
	padding: 15px;
	margin-top: 30px;
}

.top_results_ttl08{
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.results04_text p:last-of-type{
	margin-bottom: 0;
}

.top_results_05{
	background: #fff;
	padding: 30px 20px;
}

.top_results_ttl09{
	font-family: "hannari";
	font-size: 42px;
	font-weight: bold;
	color: #d95f5f;
	border-bottom: 2px solid;
	letter-spacing: -0.15em;
	line-height: 1.2;
	padding-bottom: 8px;
}

.top_results_ttl09 span{
	background: linear-gradient(transparent 60%, #fffa6a 60%);
}

.top_results05_img{
	text-align: center;
	margin: 20px auto;
}

.top_results05_img img{
	width: auto;
	max-width: 100%;
}

.top_results05_btn{
	display: block;
	
}

.top_results05_btn a{
	display: block;
	background: #f2d361;
	
	border-radius: 5px;
	text-align: center;
	
	color: #fff;
	
	position: relative;
	
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0;
}

.top_results05_btn a:after{
	content: "";
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	
	position: absolute;
	left: 5px;
	top: 5px;
	
	border: 2px solid #fff;
	border-radius: 5px;
}

.top_results05_btn a .fas{
	margin-left: 10px;
}

/* メディア・DVD */
.media_conts img{
	width: auto;
	max-width: 100%;
	border-radius: 5px;
}


/* 対談 */
.talks_img{
	margin-bottom: 15px;
}

.talks_img img{
	width: auto;
	max-width: 100%;
	height: auto;
}

/* よくあるご質問 */
.faq_conts {
	border-bottom: 1px dashed #d37f7e;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.faq_conts dt{
	background: url("../images/common/faq_q.png") no-repeat left top;
	padding: 3px 0 0 45px;
	
	min-height: 50px;
	
	font-size: 17px;
	font-weight: bold;
}

.faq_conts dd{
	background: url("../images/common/faq_a.png") no-repeat left top;
	padding: 3px 0 0 45px;
	
	min-height: 50px;
	
	font-size: 17px;
	line-height: 2;
}


/* 新着情報・ブログ */
.infoblog_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.infoblog_conts{
	width: 100%;
	/* max-width: 348px; */
}

.infoblog_list{
	
}

.infoblog_list li{
	padding-bottom: 5px;
	border-bottom: 1px dashed;
	margin-bottom: 15px;
}

.infoblog_date{
	display: block;
	
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

.infoblog_ttl{
	font-size: 16px;
}

.infoblog_list li a{
	color: #583c1b;
	text-decoration: none;
}




/*コンテンツ
----------------------------------------------------*/

.ttl01{
	font-family: "hannari";
	font-size: 50px;
	color: #ea7e7c;
	letter-spacing: -0.1em;
	text-align: center;
	
	margin: 0;
	
	position: relative;
}

.ttl01:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ea7e7c;
	
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

.ttl01 span{
	background: #fff;
	position: relative;
	z-index: 3;
	padding: 0 15px;
	line-height: 1;
}

.ttl02{
	font-family: "hannari";
	font-size: 34px;
	color: #ea7e7c;
	letter-spacing: -0.1em;
	text-align: center;
	
	margin: 0 0 30px;
	
	position: relative;
}

.ttl02:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ea7e7c;
	
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

.ttl02 span{
	background: #fff;
	position: relative;
	z-index: 3;
	padding: 0 15px;
	line-height: 1;
	font-weight: bold;
}

.ttl03{
	background: #fbece8;
	padding: 7px 10px 5px;
	border-radius: 5px;
	
	font-size: 18px;
	color: #d95f5f;
	font-weight: bold;
	
	margin-bottom: 20px;
}

.ttl04{
	font-family: "hannari";
	
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -0.075em;
	color: #6b4538;
	padding-bottom: 2px;
	line-height: 1.5;
	
	border-bottom: 2px solid;
	margin-bottom: 15px;
	
	position: relative;
}

.ttl04:after{
	content: "";
	display: block;
	
	width: 100%;
	height: 0;
	
	position: absolute;
	bottom: -5px;
	left: 0;
	
	border-bottom: 1px dashed #6b4538;
}

.ttl05{
	background: #e49795;
	padding: 5px 12px 8px;
	
	font-family: "hannari";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #fff;
	line-height: 1.5;
	
	margin: 20px auto 15px;
	
	position: relative;
}

.ttl05:after{
	content: "";
	display: block;
	
	width: 100%;
	height: 0;
	border-bottom: 2px dashed #e49795;
	
	position: absolute;
	bottom: -5px;
	left: 0;
}

.ttl06{
	font-size: 18px;
	font-weight: bold;
	color: #d37f7e;
	border-bottom: 1px dashed;
	line-height: 1.7;
	
	margin-top: 20px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.ttl07{
	position: relative;
	z-index: 1;
	
	margin-top: 20px;
	margin-bottom: 10px;
}

.ttl07:before{
	content: "";
	display: block;
	
	width: 100%;
	height: 0;
	border-bottom: 1px dashed;
	
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
}

.ttl07 span{
	display: inline-block;
	
	font-family: 'Georgia', 'arial', serif;
	font-size: 35px;
	
	background: #fff;

	position: relative;
	z-index: 3;
}

.ttl07 span strong{
	font-size: 20px;
	margin-left: 5px;
	font-family: "hannari";
	letter-spacing: -0.075em;
	font-weight: normal;
	padding-right: 5px;
}


.ttl08{
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px dashed;
	display: inline-block;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ttl09{
	font-family: "hannari";
	font-size: 32px;
	color: #ea7e7c;
	text-align: center;
	line-height: 1.3;
	
	position: relative;
	
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ea7e7c;
	border-bottom: 1px solid #ea7e7c;
	
	margin-bottom: 40px;
}

.ttl09:before{
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -15px;
  border: 17px solid transparent;
  border-top: 17px solid #FFF;
  z-index: 2;
}

.ttl09:after{
  content: "";
  position: absolute;
  bottom: -36px;
  left: 50%;
  margin-left: -16px;
  border: 18px solid transparent;
  border-top: 18px solid #d37f7e;
  z-index: 1;
}

.ttl10{
	font-family: "hannari";
	font-size: 34px;
	color: #ea7e7c;
	letter-spacing: -0.1em;
	text-align: center;
	
	margin: 0 0 30px;
	
	position: relative;
}

.ttl10:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ea7e7c;
	
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
}

.ttl10 span{
	background: #fff;
	position: relative;
	z-index: 3;
	padding: 0 15px;
	line-height: 1;
	font-weight: bold;
}

.ttl11{
	font-size: 34px;

	font-weight: bold;
	font-family: "hannari";
	letter-spacing: -0.08em;
	text-align: center;
	line-height: 1.1;
	margin-bottom: 20px;
}

.ttl11 .ttl11_u{
	display: block;
	border-top: 1px solid #fd9c9a;
	padding-top: 5px;
	margin-top: 8px;
	color: #ea7e7c;
}

.ttl11 strong{
	font-size: 1.4em;
	line-height: 1;
	color: #f8706e;
}



#top #mainconts{
	margin-top: 80px;
}

#mainconts{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	
	width: 95%;
	max-width: 1020px;
	margin: 0 auto 100px;
	padding: 0 2.5%;
}

#main{
	width: 718px;
}

.side{
	width: 250px;
}

.btn01 a{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
	width: calc(100% - 20px);
	background: #d95f5f;
	border-radius: 100px;
	
	padding:  10px;
	
	
	font-size: 18px;
	font-weight: bold;
	color: #fffbed;
	text-align: center;
	text-decoration: none;
}

.btn01 a img{
	margin-right: 7px;
}

.btn02 a{
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
	width: calc(100% - 20px);
	background: #d95f5f;
	border-radius: 100px;
	
	padding:  10px;
	
	
	font-size: 18px;
	font-weight: bold;
	color: #fffbed;
	text-align: center;
	text-decoration: none;
}

.btn02 a img{
	margin-right: 7px;
}



/*サイドバー
----------------------------------------------------*/
.side_trial p{
	line-height: 0;
}

.side_info{
	border: 1px solid #e1dad7;
	padding: 14px;
	
	
	background: #fff;
	box-sizing: border-box;
}

.side_info_ttl{
	background: url("../images/common/icon_info.png") no-repeat left 1px;
	
	font-family: "hannari";
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.085em;
	color: #6b4538;
	line-height: 1;
	padding: 0 0 10px 35px;
	
	border-bottom: 1px solid #c4b5af;
	margin-bottom: 15px;
}

.side_info_ttl span{
	display: block;
}

.side_info_dl{
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 14px;
}

.side_info_dl:last-of-type{
	margin-bottom: 5px;
}

.side_info_dl dt{
	color: #6b4538;
}

.side_info_dl dt:before{
	content: "●";
	color: #d37f7e;
	font-size: 10px;
}

.side_info_dl dd{
	color: #6b4538;
}

.side_info_dl dd p{
	margin-bottom: 8px;
}

.side_info_dl:last-of-type{
	margin-bottom: 0;
}

.side_infomapimg{
	margin-top: 10px;
}

.side_infomap,
.side_infomap p img{
	line-height: 0;
}


.side_info02{
	background: #fff;
	padding: 14px;
	border: 1px solid #e1dad7;
	box-sizing: border-box;

	margin-top: 20px;
	margin-bottom: 20px;
}


.side_info_ttl02{
	font-family: "hannari";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.085em;
	color: #6b4538;
	line-height: 1.5;
	padding: 0 0 10px 5px;
	
	border-bottom: 1px solid #c4b5af ;
	margin-bottom: 15px;
	margin-top: 10px;
	
	position: relative;
}

.side_info_ttl02:after{
	content: "";
	display: block;
	
	width: 63px;
	height: 65px;
	background: url("../images/common/sidettl02.png") no-repeat right bottom;
	position: absolute;
	
	right: 0;
	bottom: 0;
}

.side_list01{
	margin: 15px 0 0;
}

.side_list01 li{
	background: url("../images/common/icon_sidelist01.png") no-repeat left 2px;
	
	border-bottom: 1px dotted #d37f7e;
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
	line-height: 1.2;
	
	font-size: 14px;
}

.side_list01 li a{
	color: #6b4538;
	text-decoration: none;
}


/*wordpress
----------------------------------------------------*/

/* 記事一覧ページ */
.cat_conts ul li{
	display: -webkit-flex;
	display: flex;
	
	border-bottom: 1px dashed;
	margin-bottom: 15px;
	padding-bottom: 5px;
	
	font-size: 16px;
}

.cat_conts ul li span{
	width: 6em;
}

.cat_conts ul li a{
	text-decoration: none;
	font-weight: bold;	
}

.wp-pagenavi{
	text-align: center;
	margin-top: 15px;
}


/* 記事詳細ページ */
.single_conts h4{
	background: #e49795;
	padding: 5px 12px 8px;
	
	font-family: "hannari";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.1em;
	color: #fff;
	line-height: 1.5;
	
	margin: 20px auto 15px;
	
	position: relative;
}

.single_conts h4:after{
	content: "";
	display: block;
	
	width: 100%;
	height: 0;
	border-bottom: 2px dashed #e49795;
	
	position: absolute;
	bottom: -5px;
	left: 0;
}


.single_conts h5{
	background: #fff3f3;
	
	padding: 5px 20px;
	
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #ed6a67;
	text-align: left;
	
	margin-bottom: 10px;
	margin-top: 20px;
}

.single_conts p img{
	width: auto;
	max-width: 100%;
}





/*サイドボタン
----------------------------------------------------*/
#side_btn{
	position: fixed;
	right: 0;
	top: 6%;
	
	z-index: 9998;
	

	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

#side_btn img{
	width: 123px;
	height: auto;
}

.side_btn_sp{
	display: none;
}

.sp_checkbtn{
	display: none;
}


/*ページトップ
----------------------------------------------------*/
#pagetop{
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}

/*お問い合わせ
----------------------------------------------------*/
.conts_contact{
	background: url("../images/common/bg_contact.png") no-repeat center center;
	background-size: cover;
	padding: 70px 0;
}

.contact_wrap{
	width: 95%;
	max-width: 1020px;
	margin: 0 auto;
}

.contact_ttl01{
	text-align: center;
	margin-bottom: 30px;
}

.contact_lr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.contact_l,
.contact_r{
	margin: 0 5em;
}

.contact_l p{
	font-family: "hannari";
	font-size: 22px;
	letter-spacing: -0.08em;
	color: #fff;
	text-align: center;
}

.contact_tel{
	line-height: 0;
	margin-bottom: 10px;
}

.contact_open{
	color: #fff;
	line-height: 1.5;
	/* position: relative;
	left: 45px; */
	text-align: right;
}



/*下層ページ
----------------------------------------------------*/
#second #mainimage{
	background: url("../images/second/bg_mainimage.png") no-repeat center center;
	background-size: cover;
	width: 100%;
	min-height: 280px;
	height: 100%;
	
	margin: 30px auto 0;
}

#second .mainimage_ttl_wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	width: 95%;
	height: 100%;
	min-height: 280px;
	height: 280px;
	
	padding: 0 2.5%;
}

#second #mainconts{
	margin-top: 50px;
}

#second .mainimage_ttl_wrap{
	text-shadow: 
    #fff 2px 0px 10px,  #fff -2px 0px 10px,
    #fff 0px -2px 10px, #fff 0px 2px 10px,
    #fff 2px 2px 10px, #fff -2px 2px 10px,
    #fff 2px -2px 10px, #fff -2px -2px 10px,
    #fff 1px 2px 10px,  #fff -1px 2px 10px,
    #fff 1px -2px 10px, #fff -1px -2px 10px,
    #fff 2px 1px 10px,  #fff -2px 1px 10px,
    #fff 2px -1px 10px, #fff -2px -1px 10px;
}

#second .mainimage_ttl{
	
	font-size: 50px;
	font-family: "hannari";
	letter-spacing: -0.08em;
	color: #583c1b;
	text-align: center;
	line-height: 1.3;
}

#second .mainimage_sub{
	font-size: 24px;
	color: #583c1b;
	margin-top: 20px;
	line-height: 1.5;
	display: block;
	text-align: center;
}


#breadcrumb {
	width: 95%;
	max-width: 1020px;
	margin: 0 auto 20px;
}

#breadcrumb ul{
	display: -webkit-flex;
	display: flex;
}

#breadcrumb ul li{
	font-size: 14px;
}

#breadcrumb ul li:after{
	content: ">";
	padding: 0 5px;
}

#breadcrumb ul li:last-child:after{
	content: none;
}

.second_conts{
	margin-top: 30px;
}

.second_conts:first-of-type{
	margin-top: 0;
}

.second_conts p{
	margin-bottom: 20px;
}

.second_conts p:last-of-type{
	margin-bottom: 0;
}

.img01{
	border: 5px solid #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.img01:after{
	content: "";
	display: block;	

	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 1px solid #6b4538;
	box-sizing: border-box;
	
	
	position: absolute;
	left: -5px;
	top: -5px;
	z-index: 1;
}

.strong01{
	font-size: 1.2em;
	font-weight: bold;
	color: #d95f5f;
	border-bottom: 2px solid;
}


/* 女性の不妊鍼灸 */
.list01{
	margin-bottom: 20px;
}

.list01_ttl01{
	font-family: "hannari";
	font-size: 40px;
	line-height: 1.15;
	letter-spacing: -0.1em;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 10px;
	
	background: url("../images/second/about01-01.png") no-repeat right bottom;
	
	min-height: 150px;
}

.list01 ul{
	width: calc(100% - 40px);
	padding: 15px 20px;
	background: #fbece8;
	border-radius: 5px;
}

.list01 ul li{
	background: url("../images/top/nayami_list_check01.png") no-repeat scroll left top;
	background-size: 20px auto;
    color: #6b4538;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 20px;
    padding: 0 0 0 30px;
}

.about_conts01{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about_conts01_conts{
	width: calc(100% / 2 - 10px);
	margin-right: 20px;
}

.about_conts01_conts:nth-of-type(2n){
	margin-right: 0;
}

.about_conts01_conts figure{
	margin-bottom: 15px;
}

.about_conts01_conts figure img{
	width: auto;
	max-width: 100%;
}

.about_conts01_conts p{
	line-height: 1.5;
}

.about_strong01{
	background: url("../images/second/about_arrow01.png") no-repeat center top;
	padding-top: 120px;
	margin-top: 20px;
	
	font-size: 55px;
	font-weight: bold;
	font-family: "hannari";
	text-align: center;
	letter-spacing: -0.1em;
	line-height: 1;
}

.about_strong01 span{
	color: #d95f5f;
	border-bottom: 3px solid;
}


.about_conts02{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	margin-bottom: 15px;
}

.about_conts02_conts{
	width: calc(100% / 3 - 16px);
	margin-right: 24px;
}

.about_conts02_conts:last-of-type{
	margin-right: 0;
}

.about_ttl01{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}

.about_conts02_conts figure{
	margin-bottom: 5px;
}

.about_conts02_conts figure img{
	width: auto;
	max-width: 100%;
}


/* 男性の不妊鍼灸 */
.list02{
	margin-bottom: 20px;
}

.list02_ttl01{
	font-family: "hannari";
	font-size: 40px;
	line-height: 1.15;
	letter-spacing: -0.1em;
	
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 10px;
	
	background: url("../images/second/about02-01.png") no-repeat right bottom;
	
	min-height: 150px;
}

.list02 ul{
	width: calc(100% - 40px);
	padding: 15px 20px;
	background: #ebf4eb;
	border-radius: 5px;
}

.list02 ul li{
	background: url("../images/top/nayami_list_check02.png") no-repeat scroll left top;
	background-size: 20px auto;
    color: #6b4538;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
    min-height: 20px;
    padding: 0 0 0 30px;
}

.about02_text01{
	padding-top: 40px;
}

.about02_text01 span{
	font-weight: bold;
	text-decoration: underline;
	color: #d95f5f;
}

.about02_text02{
	font-size: 1.5em;
	line-height: 1.8;
	font-weight: bold;
	color: #d95f5f;
	text-decoration: underline;
}


.about_conts03{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about_conts03_conts{
	width: calc(100% / 2 - 10px);
	margin-right: 20px;
}

.about_conts03_conts:nth-of-type(2n){
	margin-right: 0;
}

.about_conts03_conts figure{
	margin-bottom: 15px;
}

.about_conts03_conts figure img{
	width: auto;
	max-width: 100%;
}

.about_conts03_conts p{
	line-height: 1.5;
}

.about_strong01{
	background: url("../images/second/about_arrow01.png") no-repeat center top;
	padding-top: 120px;
	margin-top: 20px;
	
	font-size: 55px;
	font-weight: bold;
	font-family: "hannari";
	text-align: center;
	letter-spacing: -0.1em;
	line-height: 1;
}

.about_strong01 span{
	color: #d95f5f;
	border-bottom: 3px solid;
}

.img02{
	text-align: center;
	margin-top: 10px;
}

.img02 img{
	width: auto;
	max-width: 100%;
}

.link01 .fas{
	margin-right: 5px;
	font-size: 0.9em;
}




/* 治療コース・料金 */
.tbl01{
	margin-top: 0px;
}

.tbl01,
.tbl01 tbody{
	display: block;
}

.tbl01 tbody tr{
	display: -webkit-flex;
	display: flex;
	background: #fff;
	border-top: 1px solid #6b4538;
	line-height: 1.8;
}

.tbl01 tbody tr:last-of-type{
	border-bottom:  1px solid #6b4538;
}

.tbl01 tbody tr th,
.tbl01 tbody tr td{
	display: block;
}

.tbl01 tbody tr th{
	width: 10em;
	padding: 10px;
	text-align: left;
	background: #e3f7e3;
	color: #6b4538;
}


.tbl01 tbody tr td{
	width: calc(100% - 10em - 20px);
	padding: 10px;
	color: #6b4538;
}

.price_flowconts{
	margin-top: 30px;
}

.price_flowconts:first-of-type{
	margin-top: 0;
}

.price_cancel{
	margin: 24px auto;
	box-sizing: border-box;
	border: 1px solid #e00;
	padding: 12px;
}

.price_cancel p{
	font-weight: bold;
	color: #e00;
	text-align: center;
}

.pay_brand_img {
	width: 100%;
	text-align: center;
}

.pay_brand_img img {
	max-width: 100%;
}



.flow_conts01{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flow_img01{
	width: 250px;
}

.flow_text01{
	width: calc(100% - 280px);
	margin-left: 30px;
}


/* 卒業生の声 */
.voice_conts{	
	padding-bottom: 15px;
	margin-bottom: 10px; 
}

.voice_conts:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 20px;
}

.voice_conts p:last-of-type{
	margin-bottom: 0;
}

.voice_imgtext{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice_img{
	width: 220px;
}

.voice_img a{
	text-decoration: none;
}

.voice_img figure{
	line-height: 0;
}

.voice_img figure img{
	width: auto;
	max-width: 100%;
}

.voice_btn{
	background: #d95f5f;
	display: block;
	color: #fff;
	text-align: center;
	
	text-decoration: none;
	border-radius: 5px;
	margin-top: 10px;
	
	font-weight: bold;
}

.voice_btn a{
	text-decoration: none;
}

.voice_btn a .fas{
	margin-right: 5px;
}

.voice_text{
	width: calc(100% - 240px);
	margin-left: 20px;
}

.voice_textmain{
	border: 1px solid #583c1b;
	padding: 10px;
	border-radius: 5px;
	
	position: relative;
}

.voice_textmain:before{
	content: "";
	position: absolute;
	top: 30px;
	left: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fffbed;
 	z-index: 2;
}

.voice_textmain:after{
	content: "";
	position: absolute;
	top: 30px;
	left: -26px;
 	margin-top: -13px;
	border: 13px solid transparent;
	border-right: 13px solid #583c1b;
 	z-index: 1;
}

.voice_textmain p{
	display: inline;
	font-weight: bold;
	border-bottom: 1px dashed;
}

.voice_user{
	margin-bottom: 5px;
}

.voice_user span{
	background: #d95f5f;
	padding: 5px 10px;
	
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}


.voice_ttl01{

	display: inline;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

	font-size: 18px;
	font-weight: bold;
	line-height: 1.9;
	padding: 3px 0;
	border-bottom: 1px dashed;
	
	display: inline;
	
}

.voice_ttl02{
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}

.voice_voice p{
	font-size: 14px;
	line-height: 1.8;

	margin-bottom: 20px;
}

.voice_koe{
	margin-top: 25px;
	
	background: #faeeee;
	padding: 40px 25px 5px;
	border-radius: 5px;
	
	position: relative;
}

.voice_koe:before{
	content: "";
	display: block;

	background: url("../images/common/voice_logo.png") no-repeat center center;
	width: 79px;
	height: 51px;
	
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	
	margin: 0 auto;
	
	opacity: 0.8;
}




/* アクセス */
.map_conts iframe{
	width: 100%;
	height: 400px;
}

.access_list01_ttl01{
	font-size: 17px;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.access_list01{
	border: 1px solid #e8b4b3;
	padding: 10px;
	border-radius: 5px;
}

.access_list01 ul{
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.access_list01 ul li{
	margin-right: 25px;
	margin-bottom: 5px;
}

.access_list01 ul li .fas{
	margin-right: 5px;
	
	font-size: 0.9em;
}

.access_conts{
	padding-top: 20px;
}


.access_conts_lr{
	display: -webkit-flex;
	display: flex;
	margin-top: 30px;
}

.access_conts_lr:first-of-type{
	margin-top: 20px;
}

.access_conts_img{
	width: 320px;
	margin-right: 30px;
	
	position: relative;
}

.access_conts_num{
	position: absolute;
	left: 5px;
	top: 5px;
}

.access_conts_num span{
	
	font-size: 25px;
	font-weight: bold;
	color: #fff;

	display: -webkit-flex;
	display: flex;	
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	
	width: 40px;
	height: 40px;
	
	position: relative;
	
	z-index: 2;
}

.access_conts_num:before{
	content: "";
	display: block;
	background: #e49795;
	
	width: 40px;
	height: 40px;
	border-radius: 100px;
	
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	
}

.access_conts_text{
	width: calc(100% - 350px);
}


/* 個人情報保護方針 */
.list03{
	border: 1px solid #e8b4b3;
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.list03 li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.8;
}

.list03 li:before{
	content: "";
	display: block;
	
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background: #e8b4b3;
	
	position: absolute;
	left: 0px;
	top: 8px;
}

.list03 li:last-child{
	margin-bottom: 0;
}

.list04{
	background: #fbece8;
	padding: 10px;
	border-radius: 5px;
	
	display: -webkit-flex;
	display: flex;
	
	margin-bottom: 15px;
}

.list04 li{
	margin-right: 15px;
	font-weight: bold;
}

.list05{
	border: 1px solid #e8b4b3;
	padding: 10px 15px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list05 li{
	padding-left: 15px;
	position: relative;
	margin-bottom: 5px;
	line-height: 1.8;
	margin-right: 20px;
}

.list05 li:before{
	content: "";
	display: block;
	
	width: 9px;
	height: 9px;
	border-radius: 100px;
	background: #e8b4b3;
	
	position: absolute;
	left: 0px;
	top: 8px;
}

.list05 li:last-child{
	margin-bottom: 0;
}


.privacy_conts{
	margin-top: 20px;
}


/* お問い合わせ */
.contact_conts{
	margin-top: 20px;
}

.contact_tel_conts{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px !important;
	color: #d37f7e;
	margin-top: 24px;
}

.contact_tel_conts span{
	margin-left: 5px;
	font-size: 1.5em;
	
	
}

.contact_reserve_btn a{
	display: block;
	padding: 12px 10px;
	text-align: center;
	
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background: #f1b982;
	
	position: relative;
	
	border-radius: 100px;
	box-shadow: 0 4px 0 rgba(200,147,96,0.9);
}

.contact_reserve_btn a .fas{
	margin-right: 5px;
}

.contact_reserve_btn a:hover{
	opacity: 0.9;
	top: 2px;
	box-shadow: 0 2px 0 rgba(200,147,96,0.9);
}

.tbl_contact tbody tr th,
.tbl_contact tbody tr td{
	padding: 20px 10px;
	display: block;
}

.tbl_contact input,
.tbl_contact textarea{
	width: calc(100% - 1em);
}

.tbl_contact textarea{
	height: 200px;
}

.tbl_contact input[type=checkbox]{
	width: 1em;
	background: #fff;
	border: 1px solid;
	box-shadow: 0 3px 5px rgba(0,0,0,0.2) inset;
	border-radius: 2px;
}

.form_name{
	max-width: 20em;
}

.form_tel{
	max-width: 15em;
}

.form_mail{
	max-width: 30em;
}

.form_submit{
	margin-top: 30px;
}

.form_submit input{
	background: #f1b982;
    border: medium none;
    border-radius: 100px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 300px;
    padding: 15px 30px;
    text-align: center;
    width: 100%;
    
    -webkit-appearance: none;
}

.form_submit input:disabled{
	opacity: 0.5;
}

/* サイトマップ */
.sitemap_conts{
	margin-bottom: 20px;
}

/* オリジナル妊活商品 */
.prdocuts_conts{
	display: -webkit-flex;
	display: flex;
}

.products_img{
	width: 330px;
	margin-right: 30px;
}

.products_img figure{
	margin-bottom: 10px;
}

.products_img figure img{
	width: auto;
	max-width: 100%;
}

.products_text{
	width: calc(100% - 360px);
}





/*フッター
----------------------------------------------------*/
#footer{
	background: #ebf4eb;
	width: 100%;
	padding: 50px 0 0;
}

.footer_wrap{
	width: 95%;
	max-width: 1020px;
	margin: 0 auto 50px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.f_logo{
	margin-bottom: 10px;
}

.f_address{
	font-size: 14px;
	color: #583c1b;
	line-height: 1.5;
}

.f_link {
	display: -webkit-flex;
	display: flex;
	
	margin-top: 5px;
}

.f_link li{
	background: url("../images/common/icon_f_list.png") no-repeat left 2px;
	line-height: 1;
	padding-left: 15px;
	margin-right: 15px;
}

.f_link li a{
	font-size: 12px;
	text-decoration: none;
	color: #6b4538;
}

.f_conts_r{
	
}

.f_open{
	padding: 9px;
	border: 1px solid #6b4538;
	box-sizing: border-box;
	border-radius: 5px;
}



.f_tbl_open{
	border-collapse: collapse;
}

.f_open_sp{
	display: none;
}

f_tbl_open tbody tr{
	padding: 15px;
}

.f_tbl_open thead tr th,
.f_tbl_open tbody tr td{
	font-weight: bold;
	border-left: 1px solid;
	text-align: center;
}

.f_tbl_open thead tr th:first-of-type,
.f_tbl_open tbody tr td:first-of-type{
	border-left: none;
}

.f_tbl_open tbody tr td{
	border-top: 1px solid;
	padding: 5px 10px;
}

.f_open_memo{
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}

.cr{
	background: #e8b4b3;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
}
