/*
Theme Name: Lightning Child 
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.5.1
*/
.site-header { display:none; }
.vk-mobile-nav-menu-btn
{ display: none !important; }
.breadcrumb { display:none; }
.site-footer { display:none; }
.min {font-family:'Noto Serif JP','游明朝 Medium','ＭＳ Ｐ明朝',serif;}
/* パソコンで見たときは"pc_only480"のclassがついた画像が表示される */
.pc_only480 img {
    display: block !important;
}
.sp_only480 img {
    display: none !important;
}
/* スマートフォンで見たときは"sp_only480"のclassがついた画像が表示される */
@media screen and (max-width: 480px) {
  .pc_only480 img {
    display: none !important;
  }
  .sp_only480 img {
    display: block !important;
  }
}
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
}
/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	padding: 5px;
	background: #e2528e;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.8em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#FFEDF4;
	}
}
/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#FFEDF4;
	}
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#e2528e;
	border:0;
	color:#fff;
	margin:0 auto;
}
.CF7_btn{
	text-align:center;
	margin-top:20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}
/* 画像横並び（4枚） */
.d-flex_4pic{
    display: flex;	
	align-items: center;
}
.d-flex_4pic_inner{
   display: flex;	 
}
.d-flex_4pic img{
    width: 20%;	
}
.point_img{
	width: 100%!important;	
}	
.d-flex_4pic .mr10{
	margin-right: 10px;
}
.d-flex_4pic_inner img{
    
}
.triangle01{
  width: 0;
  height: 0;
  border-left: 15px solid #e2528e;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin: 0 20px;
}
/* 固定フッター */
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 -2px 10px rgba(121, 48, 48, 0.2);
  z-index: 1000;
}

.fixed-footer a {
  flex: 1;
  text-align: center;
  padding: 8px 6px;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}

.fixed-footer .tel {
  background: #fff;
  color: #e64a86;
  border-right: 1px solid #e64a86;
}

.fixed-footer .mail {
  background: linear-gradient(to right, #e64a86, #e9539f);
}

.fixed-footer .tel span,
.fixed-footer .mail span,
.fixed-footer .line span{
  font-size: 12px;
  margin-top: 4px;
}
.fixed-footer .line {
  background: #06c755;
}

.fixed-footer .icon {
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 768px){
.d-flex_4pic{
    display: block;
	text-align:center;
}
.d-flex_4pic img{
    width: 50%;	
}
.d-flex_4pic .mr10{
	margin-right: 0;
	margin-bottom: 10px;
}
.triangle01{
 width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #e2528e;
  margin: 0 auto;
  margin-top: 15px;
	}	
	.page_top_btn{
    bottom: 8%;		
	}	
}
@media screen and (max-width: 480px){
.d-flex_4pic img{
    width: 50%;	
}
.point_img{
	width: 100%!important;	
}	
}
.pc_none{
  display: block;	
}
.sp_none{
 display: none;		
}
@media screen and (max-width: 768px){
.pc_none{
  display: none;	
}
.sp_none{
 display: block;		
}
}
/* 2つの方法料金横並び */
.ways_wrap{
    display: flex;
	align-items: start;
	justify-content: space-between;
	margin-bottom: 30px;
	
}
.ways_box01{
	width:44%;
}
.ways_box02{
	width:55%;
}
@media screen and (max-width: 768px){
.ways_wrap{
    display: block;
}
.ways_box01{
	width:100%;
}
.ways_box02{
	width:100%;
}	
}
/* 症例写真 */
.syorei-img .left {
  width: 49%;
  float: left;
}
.syorei-img .right {
  width: 49%;
  float: right;
}
.syorei-img img {
  width: 100%;
  display: block;
}
.mb30 {
    margin-bottom: 30px ;
}
@media screen and (min-width: 768px){
	.fixed-footer{
display: none;		
	}	
}
/*------------ここからスマホ---------------*/
@media screen and (max-width: 650px) {
  .syorei-img {
    text-align: center;
  }
  .syorei-img .left {
    width: 90%;
    float: none;
  }
  .syorei-img .right {
    width: 90%;
    float: none;
  }
  .syorei-img img {
    margin-left: auto;
    margin-right: auto;
  }
}