/* 幅1180px以下からcss適応 */
@media only screen and (max-width: 1180px){
	#top .mainimage_img .mainimage_movie{
		right: 7.5vw;
		bottom: 2.4vw;
		
		width: 43vw;
		max-width: 500px;
	}
	
	#top .mainimage_img .mainimage_movie iframe{
		width: 43vw;
		max-width: 500px;
		height: 25vw;
		max-height: 280px;
	}
}

/* 幅1020px以下からcss適応 */
@media only screen and (max-width: 1020px){
	
	/* common */
	#mainconts{
		display: block;
		
		margin-bottom: 60px;
	}
	
	#main,
	#side_sp{
		width: 100%;
	}
	
	#side_pc{
		display: none;
	}
	
	#side_sp{
		margin-bottom: 50px;
	}
	
	
	
	/* top */
	.message_img01{
		padding: 30px 20px;
	}
	
	.top_message_ttl02{
		margin-bottom: 15px;
	}
	
	.message_imgconts{
		-webkit-justify-content: center;
		justify-content: center;
	}
	
	.message_img{
		margin: 0 10px;
		width: 100%;
		max-width: 329px;
	}
	
	
	.top_menu_list01{
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}
	
	.top_menu_list01 img{
		width: auto;
		max-width: 100%;
	}
	
	
	.top_results_ttl02{
		background-size: cover;
	}
	
	.results04_imgconts{
		width: 100%;
		max-width: 638px;
		margin: 0 auto;
	}
	
	.infoblog_conts{
		max-width: 47.5%;
	}
	
	.top_nayami_goal_text{
		bottom: 4vw;
		text-shadow: 0 0 5px #fff;
	}
	
	
	/* 下層ページ */
	.about_conts01_conts{
		width: calc(50% - 10px);
	}
	
	.about_conts01_conts figure{
		margin: 0 auto 15px;
		text-align: center;
	}
	
	.about_conts02_conts figure{
		text-align: center;
	}
	
	
}

/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px){
	#header{
		display: none;
	}
	
	#sp_head{
		display: block;
		width: 100%;
		
		position: fixed;
		
		border-top: 3px solid #d95f5f;
		background: #fdeded;
		border-bottom: 1px solid #c9bba9;
		
		top: 0;
		
		color: #fff;
		z-index: 999999;
	}
	
	.sp_head_wrap{
		width: 100%;
		height: 73px;
		margin: 0 auto;
		
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		
		line-height: 0;
	}
	
	.sp_head_tel,
	.sp_head_reserve,
	.sp_head_menu{
		width: calc(100% / 3 - 1px);
		height: 73px;
		border-left: 1px solid #c9bba9;
		text-align: center;
		line-height: 1.5;
		
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.sp_head_tel a,
	.sp_head_reserve a{
		padding: 9px 0;
		display: block;
		
		
		color: #d95f5f;
		text-decoration: none;
	}
	
	.sp_head_tel a figure,
	.sp_head_reserve a figure{
		margin-bottom: 10px;
	}
	
	
	.sp_head_menu .hum_menu_obtn figure{
		margin-bottom: 10px;
		min-height: 22px;
	}
	
	.sp_head_menu .hum_menu_obtn figure img{
		position: relative;
		top: 5px;
	}
	
	.sp_head_tel a p,
	.sp_head_reserve a p{
		line-height: 1;
		font-weight: bold;
	}
	
	.sp_head_tel img,
	.sp_head_reserve img{
		width: auto;
		max-width: 100%;
		height: 26px;
	}
	
	.sp_head_menu .hum_menu_obtn img{
		width: auto;
		max-width: 100%;
		height: 25px;
	}
	
	.sp_head_tel{
		border-left: none;
	}
	
	.sp_head_logo p{
		line-height: 0;
	}

	
	.sp_head_btn{
		display: -webkit-flex;
		display: flex;
	}
	
	.sp_btn_wrap{
		margin-right: 5px;
		line-height: 0;
		margin-top: 1px;
	}
	
	.res_btn img{
		height: 55px;
	}
	
	.sp_btn{
		display: none;
	}
	
	/* ハンバーガーメニュー */
	.sp_hummenu{
		position: relative;
		top: 0;
		height: 100%;
	}
	
	.hum_menu_obtn{
		background: none;
		
		border: none;
		padding: 8px 0;
		color: #d95f5f;
		width: 100%;

		font-size: 1em;
		font-weight: bold;
		display: block;
		
		cursor: pointer;
	}
	
	.hum_menu_obtn_bar{
		position: relative;
		width: 100%;
		border-top: 3px solid #fff;
		padding: 5px 0px 0;
	}
	
	.hum_menu_obtn_bar:before,
	.hum_menu_obtn_bar:after{
		content: "";
		display: block;
		border-top: 3px solid #fff;
		padding: 5px 0 0;
	}
	
	.hum_menu_obtn span{
	}
	
	.hum_menu_nav{
		background: rgba(254,228,227,0.95);
	    height: 100%;
	    left: 100%;
	    position: fixed;
	    top: 0;
	    transition-duration: 0.3s;
	    transition-property: left;
	    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	    width: 100%;
	    color: #000;
	}
	
	.hum_menu_nav.clicked{
		left: 0;
		overflow: scroll;
		z-index: 9999;
	}
	
	.hum_menu_nav_close{
		padding: 15px 0;
	}
	
	.hum_menu_cbtn{
		background: rgba(64,166,41,0);
		border: none;
		color: #000;
		padding: 0;
		font-weight: bold;
		letter-spacing: 0.05em;
		display: block;
		position: absolute;
		top: 25px;
		right: 17px;
	}
	
	.hum_menu_cbtn_bar{
		position: relative;
		top: 0;
		width: 100%;
		padding: 5px 0 0;
	}
	
	.hum_menu_cbtn_bar:before,
	.hum_menu_cbtn_bar:after{
		content: "";
		display: block;
		border-top: 3px solid #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: 3px;
	}
	
	.hum_menu_cbtn_bar:after{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -3px;
		margin-bottom: 15px;
	}
	
	.hum_menu_nav_menu{
		margin-top: 55px;
		margin-bottom: 30px;
	}
	
	.hum_menu_nav_menu ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: 1px solid #000;
	}
	
	.hum_menu_nav_menu li{
		color: #000;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #000;
		line-height: 1.5;
		font-size: 0.85em;
		font-weight: bold;
		position: relative;
		text-align: center;
	}
	
	.hum_menu_nav_menu li:nth-child(2n+1){
		width: 100%;
		border-bottom: 1px solid #000;
	}
	
	.hum_menu_nav_menu li a:after{
		content: "";
	    position: absolute;
	    right: 15px;
	    width: 8px;
	    height: 8px;
	    margin-top: 3px;
	    border-top: 2px solid #000;
	    border-right: 2px solid #000;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: transform 0.3s linear 0s;
	    transition: transform 0.3s linear 0s;
	}
	
	.hum_menu_nav_menu li a.more_on:after{
		-webkit-transform: rotate(135deg);
	    transform: rotate(135deg);
	}
	
	.hum_menu_nav_menu li.sp_nav_more_wrap a{
		padding: 18px 0; 
	}
	
	.hum_menu_nav_menu ul.sp_nav_more{
		border-top: none;	
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li{
		text-align: right;
		padding: 10px 15px 0;
		font-size: 1.05em;
		border-bottom: none;
		background: rgba(248,211,174,0.3);
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li:last-child{
		border-bottom: none;
		padding-bottom: 10px;
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li:after{
	    content: none;
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li a{
		padding: 5px 0;
		text-align: center;
	}
	
	.hum_menu_nav_menu ul.sp_nav_more li a:after{
		content: none;
	}
	
	.sp_nav_more_o{
		display: none;
		width: calc(200% + 2px);
	}
	
	.sp_nav_more_r{
		position: relative;
		left: -100%;
		width: 200%;
	}
	
	.sp_nav_more_o ul{
		position: relative;
	    top: 15px;
	    background: #6fbd5f;
	    z-index: 9999;
	}
	
	.sp_nav_more_o ul li{
		border-bottom: 1px solid rgba(0,0,0,0.6);
		font-size: 1em;
		position: relative;
		z-index: 99999;
		font-size: 0.9em;
	}
	
	.sp_nav_more_o ul li:last-child{
		border-bottom: none;
	}
	
	.hum_menu_nav_menu li a{
		display: block;
		color: #000;
		margin-left: 5px;
		text-align: center;
		text-decoration: none;
		padding: 18px 0;
	}
	
	.hum_menu_nav_menu li span{
		display: block;
		font-weight: normal;
		font-size: 0.8em;
	}
	
	.hum_menu_contact{
		color: #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin:50px 20px 20px;
	}
	
	.hum_menu_contact a{
		margin: 0 auto;
		font-weight: bold;
		border-radius: 4px;
		text-decoration: none;
		font-size: 0.85em;
		padding: 2px 0;
		display: block;
		width: 100%;
		max-width: 200px;
	}
	
	.hum_menu_contact a.h_menu_contact{
		text-align: center;
		background: #f2d361;
		color: #6b4538;
		padding: 5px 0;
	}
	
	.hum_menu_contact a.h_menu_contact .fas{
		margin-right: 5px;
	}
	
	
	.hum_menu_contact p{
		 margin-bottom: 15px;
		 width: 100%;
	}
	
	.hum_menu_contact p:last-of-type{
		margin-bottom: 0;
	}
	
	.hum_menu_contact .fa{
		margin-right: 5px;
	}
	
	.hum_open_bg_display.active{
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.45);
		left: 0;
		top: 0;
		z-index: 1000;
	}
	
	.hum_menu_info{
	}
	
	.hum_menu_info_ttl{
		font-size: 1em;
		text-align: center;
		font-weight: bold;
		padding-bottom: 5px;
	}
	
	
	.hum_menu_info_wrap{
		width: calc(100% - 20px);
		padding: 15px 10px;
		border-bottom: 1px solid;
		text-align: center;
	}
	
	.hum_menu_info_name{
		font-size: 1em;
		font-weight: bold;
		line-height: 1.5;
	}
	
	.hum_menu_info_tel{
		margin:  0;
		font-size: 1.3em;
		line-height: 1.5;
		position: relative;
		font-style: italic;
	}
	
	.hum_menu_info_tel i{
		font-size: 1em;
		transform: rotate(-45deg);
		margin-right: 3px;
		line-height: 1;
		position: relative;
		top: -2px;
		
	}
	
	.hum_menu_info_open{
		font-size: 0.8em;
		line-height: 1.5;
	}
	
	.hum_menu_sns ul{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: none !important;
	}
	
	.hum_menu_sns ul li{
		width: auto !important;
		border-bottom: none !important;		
	}
	
	.hum_menu_sns ul li a{
		padding: 10px 5px;
	}
	
	.hum_menu_sns ul li a:after{
		content: none !important;
	}
	
	
	#top #mainimage{
		margin-top: 0;
		padding-top: 0;
	}
	
	#top #mainimage:before{
		content: none;
	}
	
	
	#sp_logo{
		display: block;
		
		width: 95%;
		padding: 15px 2.5% 5px;
		margin: 80px auto 0;
		
		background: #fff;

		text-align: center;
	}
	
	#sp_logo img{
		width: auto;
		max-width: 100%;
	}
	
	#second #mainimage{
		margin-top: 0;
	}
	
	.top_nayami_goal_text{
		bottom: 2vw;
		text-shadow: 1px 0px 0px #fff,
					 -1px 0px 0px #fff,
					 0px 1px 0px #fff,
					 0px -1px 0px #fff,
					 2px 0px 0px #fff,
					 -2px 0px 0px #fff,
					 0px 2px 0px #fff,
					 0px -2px 0px #fff;
	}
	
	
	.conts_contact{
		padding: 5vw 0;
	}
	
	
	#side_btn{
		top: 15%;
	}
	
	#side_btn img{
		width: 100px;
	}
	
	
	
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px){
	
	.movie_ttl01{
		font-size: 24px;
	}
}


/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px){
	#mainconts{
		margin-bottom: 100px;
	}
	
	.top_nayami_lr{
		-webkit-flex-direction: column;
		flex-direction: column;
		
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.top_nayami_ladies,
	.top_nayami_mens{
		width: calc(100% - 40px);
	}
	
	.top_nayami_mens{
		margin: 20px 0 0;
	}
	
	.top_nayami_goal_text{
		margin-top: 30px;
		bottom: 1vw;
		padding: 0 2.5%;
	}
	
	
	
	.f_tbl_open tbody tr td{
		text-align: center;
	}
	
	.contact_lr{
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.contact_l br{
		display: none;
	}
	
	.contact_r{
		margin-top: 20px;
	}
	
	.contact_tel,
	.contact_open{
		text-align: center;
	}
	
	.contact_open{
		position: static;
		left: 0;
	}
	
	#footer{
		padding-top: 30px;
	}
	
	.footer_wrap{
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		
		margin-bottom: 30px;
	}
	
	.f_conts_l{
		text-align: center;
		margin-top: 20px;
	}
	
	.f_logo{
		margin-bottom: 10px;
	}
	
	.f_address{
		margin-bottom: 10px;
	}
	
	.f_link{
		-webkit-justify-content: center;		
		justify-content: center;
	}
	
	.f_link li a{
		font-size: 1em;
	}
}

/* 幅736px以下からcss適応 */
@media only screen and (max-width: 736px){
	.ttl03 span:before,
	.ttl03 span:after{
		background-image: none;
	}
	
	.ttl03 span:before{
	    border-left: 2px dotted #6b4538;
	    width: 2px;
	    height: 100%;
	    transform: rotate(-15deg);
	    position: absolute;
	    left: -20px;
	    top: 0;
	}
	
	.ttl03 span:after{
	    border-left: 2px dotted #6b4538;
	    width: 2px;
	    height: 100%;
	    transform: rotate(15deg);
	    position: absolute;
	    right: -20px;
	    top: 0;
	}
	
	/* トップページ */
	.top_voice_movie iframe{
		width: calc(100% - 16px);
	}
	
	.top_results_ttl03{
		font-size: 6vw;
	}
	
	.message_movie iframe{
		width: calc(100% - 16px);
	}
	
	
	/* 妊活無料動画 */
	.movie_conts iframe{
		width: calc(100% - 16px);
	}

}

/* 幅640px以下からcss適応 */
@media only screen and (max-width: 640px){

	.sp_checkbtn{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;

		width: 100%;
		margin: 61px auto 0;
	}

	.sp_checkbtn a{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;

		width: 100%;
		box-sizing: border-box;
		padding: 10px 8px;
		background: #d95f5f;
		text-align: center;
		text-decoration: none;

		font-size: 4.5vw;
		font-weight: bold;
		line-height: 1.5;

		color: #fff;
	}

	.sp_checkbtn a img{
		display: block;

		width: auto;
		max-width: 18px;
		height: auto;
		margin: -3px 6px 0 0;
	}
	
	.sp_head_wrap{
		height: 57px;
	}
	
	.sp_head_tel,
	.sp_head_reserve,
	.sp_head_menu{
		height: 57px;
	}
	
	.sp_head_tel a figure,
	.sp_head_reserve a figure{
		line-height: 0;
		margin-bottom: 8px;
	}
	
	.sp_head_menu .hum_menu_obtn figure{
		margin-bottom: 3px;
	}
	
	.sp_head_tel img,
	.sp_head_reserve img{
		height: 20px;
	}
	
	.sp_head_menu .hum_menu_obtn figure img{
		height: 18px;
		top: 4px;
	}
	
	.sp_head_tel a,
	.sp_head_reserve a{
		padding: 10px 0;
	}
	
	.hum_menu_obtn{
		padding: 5px 0;
	}
	
	.sp_head_tel a p,
	.sp_head_reserve a p,
	.hum_menu_obtn span{
		font-size: 13px;
	}

	#sp_logo{
		margin-top: 112px;
	}
	
	#sp_logo img{
		width: 100%;
		max-width: 380px;
	}
	
	/* common */
	.top_conts{
		margin-bottom: 30px;
	}
	
	.top_conts:last-of-type{
		margin-bottom: 15px;
	}
	
	.ttl01{
		font-size: 30px;
		font-weight: normal;
		margin: 20px auto;
		padding: 7px 0 5px;
		line-height: 1.2;
		
		letter-spacing: -0.125em;
		
		border-top: 1px solid #ea7e7c;
		border-bottom: 1px solid #ea7e7c;
		
		position: relative;
	}
	
	.ttl01:after{
		content: "";
		display: block;
		
		width: 100%;
		height: 0;
		border-bottom: 1px solid;
		
		position: absolute;
		left: 0;
		bottom: -5px;
	}
	
	.ttl01:before{
		content: "";
		display: block;
		
		width: 100%;
		height: 0;
		border-bottom: 1px solid;
		
		position: absolute;
		left: 0;
		top: -5px;
	}
	
	.ttl01 span{
		padding: 0;	
	}
	
	.ttl02{
		font-size: 26px;
		letter-spacing: -0.1em;
		text-align: left;
		line-height: 1.2;
		border-bottom: 1px solid;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	
	.ttl02:before{
		content: none;
	}
	
	.ttl02 span{
		padding: 0;
		font-weight: normal;
	}

	.ttl03{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.ttl04{
		font-size: 24px;
		font-weight: normal;
	}
	
	.ttl05{
		font-size: 19px;
		padding: 8px 5px;
		font-weight: normal;
		line-height: 1.2;
		letter-spacing: -0.1em;
	}
	
	.ttl06{
		font-size: 16px;
	}
	
	.ttl07{
		border-top: 1px dashed;
		border-bottom: 1px dashed;
		padding: 5px 0;
		margin-top: 10px;
	}
	
	.ttl07:before{
		content: none;
	}
	
	.ttl07 span{
		font-size: 23px;
	}
	
	.ttl07 span strong{
		
	}
	
	.ttl10{		
		font-size: 22px;
		margin-bottom: 10px;
	}
	
	.ttl11{
		font-size: 22px;
		margin-bottom: 15px;
		
		font-weight: normal;
	}
	
	.ttl11 strong{
		font-size: 1.25em;
		font-weight: normal;
	}
	
	#mainconts{
		margin-bottom: 0;
	}

	.covd-19{
		margin-top: 0;
	}

	.youtube_bnr{
		margin-top: 12px;
	}

	.youtube_bnr-pc{
		display: none;
	}

	.youtube_bnr-sp{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	
	
	/* トップページ */
	#top #mainimage{
		margin: 0 auto 15px;
		background: none;
		line-height: 0;
	}
	
	#mainimage .mainimage_bg,
	.mainimage_btn{
		height: 320px;
	}
	
	.mainimage_pc{
		display: none;
	}
	
	.mainimage_sp{
		display: block !important;
	}
	
	.mainimage_sp_img{
		position: relative;
	}
	
	.mainimage_sp_movie{
		position: absolute;
		right: calc(2% + 2px);
		bottom: 29vw;
		
		z-index: 2;
	}
	
	.mainimage_sp_movie iframe{
		width: 67vw;
		max-width: 460px;
		height: 38vw;
		max-height: 260px;
	}
	
	#mainimage img{
		width: auto;
		max-width: 100%;
	}
	
	.mainimage_sp_trial{
		width: 95%;
		margin: 0 auto;
	}
	
	.mainimage_sp_trial{
		width: 95%;
		padding: 0 2.5%;
		margin: 20px auto 0;
	}
	
	.mainimage_sp_trial img{
		width: auto;
		max-width: 100%;
	}
	
	.top_conts{
		margin-bottom: 20px;
		margin-top: 40px;
	}
	
	
	/* あなたのお悩みは何でしょうか？ */
	.top_nayami_wrap{
		margin-top: 25px;
	}
	
	.top_nayami_lr{
		margin-top: 20px;
	}
	
	.top_nayami_ladies,
	.top_nayami_mens{
		width: calc(100% - 30px);
		padding: 15px;
	}
	
	.top_nayami_ladies{
		margin: 0;
	}
	
	.nayami_icon{
		margin-bottom: 10px;
	}
	
	.nayami_list01 li,
	.nayami_list02 li{
		font-size: 15px;
		background-size: 20px auto;
		padding-left: 30px;
		padding-top: 0;
	}
	
	
	/* ご安心ください */
	.top_nayami_goal_text{
		background: rgba(255,255,255,0.9);
		padding: 10px;
		text-shadow: none;
		
		bottom: -2vw;
		margin-top: -30px;
		
		position: relative;
	}
	
	.top_nayami_goal_text p{
		font-size: 16px;
		text-align: left;
		line-height: 1.5;
	}
	
	
	/* 当院では初回は初回体験をしております */
	.ttl09{
		font-size: 22px;
		text-align: left;
		margin-bottom: 30px;
		letter-spacing: -0.1em;
		line-height: 1.3;
		padding: 10px 10px 12px;
		
		width: calc(100% - 20px);
		
		border-left: 1px solid;
		border-right: 1px solid;
	}
	
	.ttl09 .br{
		display: inline;
	}

	.top_movie-textconts{
		padding: 12px;
	}

	.top_movie-imglist ul{
		justify-content: center;
		flex-wrap: wrap;
	}

	.top_movie-imglist ul li{
		width: calc(100% / 2 - 6px);
		margin-right: 12px;
	}

	.top_movie-imglist ul li:nth-of-type(2n){
		margin-right: 0;
	}
	
	.top_movie_lr{
		-webkit-flex-direction: column;
		flex-direction: column;
		
		background: #fbece8;
		position: relative;
	}
	
	.top_movie_lr:before{
		content: "";
		display: block;
		
		width: 100%;
		height: 10vw;
		
		background: #fbece8;
		
		position: absolute;
		top: -10vw;
		left: 0;
		right: 0;
		
		z-index: -1;
	}
	
	.top_movie{
		width: calc(100% - 40px);
		margin: 0 auto;
		padding: 15px 20px ;
	}
	
	.top_movie:nth-of-type(2n){
		margin-bottom: 0;
	}
	
	.movie_ttl01{
		min-height: inherit;
		text-align: left;
		font-size: 20px;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		margin-bottom: 10px;
	}
	
	.top_movie_iframe{
		width: 100%;
	}
	
	.top_movie_iframe iframe{
		width: 100%;
		height: 50vw;
		max-height: 300px;
		
		padding: 0;
	}
	
	
	
	
	/* 妊娠に必要な身体づくりのために */
	.top_3point{
		margin-top: 40px;
	}
	
	.top_3point_list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.top_3point_conts{
		width: 100%;
		margin: 0 auto 30px;
	}
	
	.top_3point_text{
		min-height: inherit;
		padding: 10px;
		margin-top: 15px;
	}
	
	.top_3point_text:before{
		border: 20px solid transparent;
		border-bottom: 10px solid #e8b4b3;
		top: -30px;
	}
	
	.top_3point_img{
		max-width: 200px;
		margin-bottom: 0;
	}
	
	
	#top #mainconts{
		margin-top: 15px;
	}
	
	
	/* 各種セミナー開催 */
	.seminar_conts_temp{
		width: calc(100% - 30px);
		padding: 15px;
		margin: 20px auto 0;
	}
	
	.seminar_conts_temp:nth-of-type(2){
		margin-top: 20px;
	}
	
	
	.seminar_conts_list dl dd a{
		text-decoration: underline;
	}
	
	
	/* 2002年開院の不妊鍼灸の専門院　新宿院の特徴 */
	.select_conts{
		padding: 15px;
	}
	
	.select_ttl{
		font-size: 21px;
		margin-left: 35px;
		min-height: 30px;
	}
	
	.select_ttl:after{
		width: calc(100% + 35px);
		left: -35px;
		border: -10px;
	}
	
	.select_ttl span{
		width: 30px;
		height: 30px;
		font-size: 25px;
		left: -35px;
	}
	
	
	
	/* 妊活を頑張っているあなたへ */
	.message_text{
		font-size: 15px;
	}
	
	.message_text figure{
		width: 32vw;
		max-width: 180px;
	}
	
	.message_text figure img{
		width: auto;
		max-width: 100%;
	}
	
	.top_message_ttl01 img{
		width: auto;
		max-width: 100%;
	}
	
	.message_img01{
		padding: 15px;
		width: calc(100% - 30px);
	}
	
	.top_message_ttl02{
		font-size: 20px;
		text-align: left;
	}
	
	.top_message_ttl02 br{
		display: none;
	}
	
	.top_message_ttl02 br:after{
		margin-right: -0.333em;
　		content: "";
	}
	
	.top_message_ttl02 span{
		font-size: 1.1em;
	}
	
	.message_imgconts{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.message_img{
		margin: 20px auto 0;
	}
	
	.message_img:first-of-type{
		margin-top: 0;
	}
	
	.message_img figure{
		max-width: 100%;
		width: auto;
	}
	
	.message_text p{
		text-align: left;
		
		font-size: 15px;
		line-height: 1.8;
	}
	
	
	/* お悩みを相談しませんか？ */
	.top_nayami{
		margin-bottom: 0 !important;
	}
	
	.nayami_conts{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.nayami_text{
		width: calc(100% - 10px);
		margin-right: 0;
		background: #ffe3e2;
		padding: 5px 5px 5px;
		margin-bottom: 20px;
				
		border-radius: 5px;
	}
	
	.nayami_list {
		padding: 10px 10px 2px;
		background: #fff;
	}
	
	.nayami_list li{
		background-position-y: 0;
		background-size: 18px auto;
		padding-left: 25px;
		
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 15px;
		border-bottom: 1px dashed;
		padding-bottom: 5px;
	}
	
	.nayami_img{
		display: none;
		
		width: 100%;
		text-align: center;
		margin: 0 auto;
		line-height: 0;
	}
	
	.nayami_img img{
		width: 100%;
		max-width: 140px;
	}
	
	.results02_img img{
		max-width: 80%;
	}
	
	/* 動画をご覧ください */
	.top_movieconts{
		margin-top: 40px;
	}
	
	.top_movieconts_wrap{
		margin-top: 0;
	}
	
	/* 妊娠に必要な体づくりのために */
	.top_3point_wrap{
		margin-top: 40px;
	}
	
	
	
	/* 新宿院の不妊鍼灸 */
	.top_menu_list01{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.top_menu_list01 li{
		width: 100%;
		margin: 20px auto 0;
	}
	
	.top_menu_list01 li:first-child{
		margin-top: 0;
	}
	
	.top_menu_list01 img{
		width: 100%;
	}
	
	.menulist01_btn{
		font-size: 15px;
	}
	
	
	
	/* 卒業生からのメッセージ */
	.graduate_conts{
		margin-bottom: 20px;
	}
	
	.graduate_movie{
		display: block;
		width: 100%;
		/* max-width: 283px; */
		max-width: 90%;
		padding: 5px;
		margin: 16px auto 8px;
		box-sizing: border-box;
	}
	
	.graduate_movie iframe{
		width: 100%;
		border: none;
		
		min-height: 44vw;
		height: 100%;
	}

	.graduate_movie picture{
		width: 100%;
	}
	
	.graduate_movie picture img{
		width: auto;
		max-width: 100%;
		height: auto;
		text-align: center;
		margin: 0 auto;
	}
	
	.top_message_conts{
		margin-bottom: 20px;
	}
	
	.message_movie{
		line-height: 0;
	}
	
	.btn01 a,
	.btn02 a{
		font-size: 15px;
		padding: 5px 10px;
	}
	
	.btn01 a img,
	.btn02 a img{
		width: 25px;
		height: auto;
	}

	/* スタッフ紹介 */
	.staffinfo_conts{
		flex-direction: column;
		background: #fbece8;
		box-sizing: border-box;
		padding: 16px;
	}

	.staffinfo_img{
		text-align: center;
		margin: 0 auto 16px;
	}

	.staffinfo_img figure{
		line-height: 0;
	}

	.staffinfo_img img{
		max-width: 200px;
	}

	.staffinfo_text{
		width: 100%;
		margin: 0 auto;
	}
	
	
	/* 実績 */
	.top_results_conts{
		padding: 15px 10px;
	}
	
	.top_results_ttl01{
		font-size: 25px;
		text-align: left;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	
	.top_results_ttl01 br{
		display: none;
	}
	
	.top_results_02,
	.top_results_03,
	.top_results_04,
	.top_results_05{
		padding: 20px 15px;
	}
	
	.top_results_ttl02{
		font-size: 24px;
		padding: 5px 10px;
		margin-bottom: 0;
	}
	
	.top_results_ttl03{
		font-size: 22px;
		margin-bottom: 20px;
	}
	
	.top_results_ttl03 span{
		padding: 0;
	}
	
	.top_results_ttl03 span br{
		display: none;
	}
	
	.top_results_ttl03 span strong{
		font-size: 1.4em;
	}
	
	.top_results_ttl03 span:before,
	.top_results_ttl03 span:after{
		content: none;
	}

	.results02_img{
		margin-bottom: 20px;
	}
	
	.results02_topage{
		padding: 10px;
	}
	
	.results02_topage_age{
		display: inline;
		
		font-size: 16px;
		text-align: left;
	}
	
	.results02_topage_memo{
		font-size: 0.9em;
		line-height: 1.5;
		text-align: left;
	}
	
	.results02_conts{
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	.results02_conts_img{
		line-height: 0;
		margin: 0 auto 10px;
		height: 100%;
	}
	
	.results02_conts_img{
		width: 100%;
		max-width: 180px;
	}
	
	.results02_conts_text{
		width: 100%;
		margin: 0 0 10px;
	}
	
	.results_memo{
		text-align: left;
	}
	
	
	.top_results_ttl04{
		font-size: 23px;
		text-align: left;
		line-height: 1.5;
		padding-left: calc(1em + 10px);
		
		padding-bottom: 5px;
	}
	
	.results04_memo{
		font-size: 14px;
	}
	
	.top_results_ttl04 img{
		max-width: 30px;
		margin-left: calc(-1em - 10px);
	}
	
	.top_results03_conts{
		-webkit-flex-direction: column;	
		flex-direction: column;	
	}
	
	.top_results03_img{
		margin: 0 auto 10px;
		line-height: 0;
		
		width: 100%;
		max-width: 180px;
		height: 100%;
	}
	
	.top_results03_img img{
		width: auto;
		max-width: 100%;
		height: auto;
	}
	
	.top_results03_text{
		width: 100%;
		margin: 0 auto;
	}
	
	.top_results_ttl05{
		font-size: 24px;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	
	.top_results03_step dl{
		margin-bottom: 15px;
	}
	
	.top_results03_step dl:after{
		left: 22px;
		bottom: -15px;
		
		height: 15px;
	}
	
	.top_results03_step dl dt{
		width: 50px;
		font-size: 28px;
		padding: 3px 0;
	}
	
	.top_results03_step dl dd{
		width: calc(100% - 70px);
		font-size: 17px;
		padding: 5px 10px;
		line-height: 1.5;
	}
	
	.top_results_ttl06{
		font-size: 22px;
		text-align: left;
	}
	
	.top_results_ttl06 br{
		display: none;
	}
	
	.top_results_ttl07{
		font-size: 16px;
		line-height: 1.5;
	}	
	
	.top_results_ttl07 br{
		display: none;
	}
	
	.results04_imgconts figure{
		width: 100%;
		max-width: 100%;
		margin-right: 15px;
	}
	
	.results04_imgconts figure:last-of-type{
		margin-right: 0;
	}
	
	.results04_imgconts figure figcaption{
		font-size: 12px;
		line-height: 1.5;
	}
	
	.results04_text{
		margin-top: 20px;
		padding: 5px 0 10px;
		
		border: none;
		border-top: 1px solid #6b4538;
		border-bottom: 1px solid #6b4538;
		border-radius: 0;
	}
	
	.top_results_ttl08{
		font-size: 15px;
		text-align: center;
	}
	
	.results04_text p{
		
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 10px;
	}
	
	.top_results_ttl09{
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: -0.1em;
	}
	
	.top_results05_img{
		margin: 15px 0;
		line-height: 0;
	}
	
	.top_results05_btn a{
		font-size: 15px;
		padding: 10px 15px;
	}
	
	.top_results05_btn a:after{
		border: 1px solid #fff;
		width: calc(100% - 11px);
		height: calc(100% - 11px);
	}
	
	.top_results05_btn a .fas{
		margin-left: 5px;
		
		font-size: 1.1em;
		position: relative;
		top: 1px;
	}
	
	
	/* よくある質問 */
	.faq_conts dt{
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 10px;
		margin-bottom: 5px;
		min-height: 20px;
		background-size: 30px auto;
		padding-left: 35px;
	}
	
	.faq_conts dd{
		font-size: 14px;
		line-height: 1.8;
		padding-left: 35px;
		
		background-size: 30px auto;
	}
	
	.imglist li{
		margin-left: 5px;
	}
	
	.faq_memo{
		font-size: 14px;
		text-align: left;
		line-height: 1.5;
		margin-top: 5px;
	}
	
	/* 新着情報・ブログ */
	.bannar_conts figure{
		margin-bottom: 10px;
	}
	
	.bannar_lr,
	.infoblog_lr{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.infoblog_list li{
		border-bottom-style: dotted;
	}
	
	.bannar_conts,
	.infoblog_conts{
		text-align: center;
		margin: 0 auto !important;
	}
	
	.infoblog_conts{
		max-width: 100%;
	}
	
	.infoblog_conts:nth-of-type(2){
		margin-top: 20px !important;
	}
	
	.infoblog_list li{
		text-align: left;
	}
	
	/* メニュー・料金 */
	.tbl01 tbody tr{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.tbl01 tbody tr th{
		width: calc(100% - 20px) !important;
		padding: 5px 10px;
		
		font-weight: bold;
		line-height: 1.8;
	}
	
	.tbl01 tbody tr td{
		width: calc(100% - 20px) !important;
		padding: 5px 10px;
		
		font-size: 14px;
		line-height: 1.8;
	}
	
	
	/* サイドボタン */
	#side_btn{
		
		position: fixed !important;		
		transition: all 0.15s linear 0s;
		
		top: calc(100% + 19vw + 1px);
		right: 0;
		left: 0;
		bottom: 0;
		
		margin-bottom: -1px;
		
		z-index: 999;
	}
	
	.side_btn_pc{
		display: none !important;
	}
	
	.side_btn_sp{
		line-height: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		
		position: relative;
		bottom: -1px;
	}
	
	.side_btn_sp_conts{
		width: 50%;
		
	}
	
	.side_btn_sp_conts a{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		
		font-size: 4vw;

		height: 19vw;
		text-align: center;
		color: #fff;
		text-decoration: none;
		
		border-radius: 5px 5px 0 0;
	}
	
	.side_btn_sp_conts a p{
		font-weight: bold;
		line-height: 1.5;
	}
	
	.side_btn_sp_conts a p img{
		width: auto !important;
		height: 18px !important;
		margin: 0 auto 5px;
		display: block;
	}
	
	.side_btn_sp_trial a{
		background: #d37f7e;
	}
	
	.side_btn_sp_line a{
		background: #6b4538;
	}
	
	.side_btn_sp_line a img{
		
	}
	
	
	#side_btn .side_btn_sp_line.side_btn_sp_conts img{
		height: 15px !important;
		width: auto;
		max-width: 100%;
	}
	
	/* pagetop */
	#pagetop{
		display: none !important;
	}
	
	/* conts_contact */
	.conts_contact{
		padding: 30px 0;
	}
	
	.contact_ttl01{
		margin-bottom: 15px;
	}
	
	.contact_lr{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.contact_l,
	.contact_r{
		margin: 0 auto;
		width: 95%;
		padding: 0 2.5%;
	}
	
	.contact_r{
		margin-top: 20px;
	}
	
	.contact_l p{
		font-size: 18px;
		line-height: 1.5;
	}
	
	.contact_tel img{
		width: auto;
		max-width: 100%;
	}
	
	.contact_open{
		margin-left: 0;
	}
	
	/* 下層ページ */
	.sp_br{
		display: block;
	}
	
	#second #mainconts{
		margin-top: 0;
		margin-bottom: 50px;
	}
	
	#breadcrumb{
		display: none;
	}
	
	#second #mainimage{
		height: 40vw;
		min-height: 150px;
		
		margin-bottom: 20px;
		margin-top: 0;
	}
	
	#second .mainimage_ttl_wrap{
		height: 40vw;
	    min-height: 150px;
	}
	
	#second .mainimage_ttl{
		font-size: 8vw;
	}
	
	
	
	#second .mainimage_sub{
		font-size: 6vw;
		line-height: 1.2;
		margin-top: 10px;
	}
	
	
	.f-l,
	.f-r {
		float: none;
		margin: 0 auto 10px;
		line-height: 0;
		text-align: center;
	}
	
	.f-l img,
	.f-r img{
		width: auto;
		max-width: 100%;
	}
	
	
	/* 新宿院の不妊鍼灸 */
	.list01_ttl01{
		font-size: 5vw;
		background-size: 25vw auto;
		padding-right: 25vw;
		min-height: 20vw;
		line-height: 1.3;
	}
	
	.list01 ul{
		width: calc(100% - 20px);
		padding: 10px;
	}
	
	.list01 ul li{
		font-size: 15px;
	    background-size: 20px auto;
	    padding-left: 30px;
	    padding-top: 0;
	}
	
	.list02_ttl01{
		font-size: 20px;
		background-size: 25vw auto;
		padding-right: 25vw;
		min-height: 20vw;
		line-height: 1.3;
	}
	
	.list02 ul{
		width: calc(100% - 20px);
		padding: 10px;
	}
	
	.list02 ul li{
		font-size: 15px;
	    background-size: 20px auto;
	    padding-left: 30px;
	    padding-top: 0;
	}
	
	.about_conts01_conts{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.about_conts01_conts figure{
		text-align: center;
	}
	
	.about_strong01{
		background-size: 80px auto;
		padding-top: 80px;
		
		font-size: 8vw;
		line-height: 1.2;
	}
	
	.about_conts02{
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.about_conts02_conts{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.about_conts02_conts figure{
		text-align: center;
	}
	
	.about02_text01{
		padding-top: 0;
	}
	
	.about02_text02{
		font-size: 1.2em;
	}
	
	.about02-conts01 img{
		max-width: 200px;
	}
	
	
	
	
	/* お客様の声 */
	.voice_imgtext{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.voice_img{
		margin: 0 auto 20px;
	}
	
	.voice_text{
		margin: 0 auto 20px;

		background: #e7a2a0;
		padding: 10px;
		border-radius: 5px;
		width: calc(100% - 20px);
		color: #fff;
		
		position: relative;
	}
	
	.voice_text:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		
		border: 20px solid transparent;
		border-top: 20px solid #e7a2a0;
		
		position: absolute;
		bottom: -30px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	
	.voice_img{
		margin: 0 auto 15px;
		line-height: 0;
		
		width: 100%;
		max-width: 220px;
		height: 100%;
	}
	
	.voice_user{
		display: block;
		margin-bottom: 0;
	}
	
	.voice_user span{
		display: block;
		text-align: center;
		
		line-height: 1.7;
		font-size: 15px;
		border-radius: 0;
		
		padding: 0 0 2px;
		margin-bottom: 3px;
	}
	
	.voice_ttl01{
		font-size: 15px;
		line-height: 1.6;
		border-bottom: none;
		
		font-family: inherit;
		
		display: block;
	}
	
	.voice_koe{
		margin-top: 20px;
		padding: 40px 15px 5px;
	}
	
	
	.voice_voice p{
		border-bottom: none;
		line-height: 1.8;
		display: block;
		margin-top: 10px;
		
		font-size: 14px;
		font-weight: normal;
	}
	
	.voice_btn{
		padding: 8px 0;
	}
	
	
	/* アクセス */
	.access_conts_lr{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.access_conts_img{
		margin: 0 auto 20px;
	}
	
	.access_conts_text{
		width: 100%;
	}
	
	
	/* オリジナル妊活商品 */
	.prdocuts_conts{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.products_img{
		margin: 0 auto 0px;
	}
	
	.products_text{
		width: 100%;
	}
	
	
	/* お問い合わせ */
	.contact_reserve_btn{
		margin-bottom: 10px !important;
	}
	
	.contact_reserve_btn a{
		font-size: 15px;
		padding: 5px 0;
	}
	
	.tbl_contact input,
	.tbl_contact textarea{
		font-size: 16px;
	}
	
	.form_confirm{
		margin-top: 15px;
	}
	
	.form_confirm input{
		padding: 10px 15px;
	}
	
	
	.flow_img img{
		width: auto;
		max-width: calc(100% - 10px);
	}
	
	/* プライバシーポリシー */
	.list02,
	.list04{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.list02 li,
	.list04 li{
		margin-right: 0;
	}
	
	
	
	
	
	/* wordpress */
	.cat_conts ul li{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.cat_conts ul li span{
		line-height: 1;
		width: 100%;
	}
	
	.single_conts h4{
		font-size: 18px;
		line-height: 1.5;
	}
	
	.single_conts h5{
		font-size: 15px;
		padding: 5px 10px;
	}
	
	/* フッター */	
	.f_tbl_open thead tr th{
		text-align: center;
		width: 100%;
	}
	
	.f_tbl_open,
	.f_tbl_open thead,
	.f_tbl_open tbody{
		display: block;
		width: 100%;
	}
	
	.f_open_pc{
		display: none;
	}
	
	.f_open_sp{
		display: table;
		box-sizing: border-box;
		border: 1px solid;
	}
	
	.f_open{
		border: none;
		padding: 0;
	}

	.f_tbl_open thead,
	.f_tbl_open tbody{
		display: table-row-group;
	}
	
	.f_tbl_open thead tr th,
	.f_tbl_open thead tr td,
	.f_tbl_open tbody tr th,
	.f_tbl_open tbody tr td{
		font-size: clamp(10px, 4vw, 13px);
		border: 1px solid;
		box-sizing: border-box;
		padding: 4px;
	}

	.f_tbl_open tbody tr th:first-of-type,
	.f_tbl_open tbody tr td:first-of-type{
		width: 7.5em;
	}
	
	/* .f_tbl_open thead tr {
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.f_tbl_open thead tr th{
		width: 100%;
		text-align: center;
	}
	
	.f_tbl_open tbody tr{
		display: -webkit-flex;
		display: flex;
	}
	
	.f_tbl_open tbody tr.f_tbl-week th{
		width: calc(100% / 9);
		border: 1px solid;
		border-bottom: none;
		border-left: none;
		
		display: block;
	}
	
	.f_tbl_open tbody tr td{
		width: calc(100% / 9);
		border-top: none;
		border: 1px solid;
		border-left: none;
		padding: 0;
		display: block;
	}

	.f_tbl_open tbody tr th,
	.f_tbl_open tbody tr td{
		box-sizing: border-box;
	}
	
	.f_tbl_open tbody tr th:first-of-type,
	.f_tbl_open tbody tr td:first-of-type{
		border-left: 1px solid;
		width: 9em;
		font-size: 12px;
	} */
	
	.f_open_memo{
		font-size: 13px;
		line-height: 1.5;
		margin-top: 5px;
	}
	
	.f_logo img{
		width: auto;
		max-width: 95%;
		margin: 0 auto;
	}
	
	.f_link li{
		background-size: 10px auto;
		background-position: 0;
		padding-left: 12px;
		font-size: 12px;
		margin-right: 10px;
	}
	
	.cr{
		background: #fef764;
		color: #6b4538;
		padding: 8px 0;
		line-height: 1.3;
		margin-bottom: 19vw;
	}
}


/* 幅425px以下からcss適応 */
@media only screen and (max-width: 425px){
		
}