@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500&family=Noto+Serif+JP:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500&family=Noto+Serif+JP:wght@200;300;400;500&display=swap');

html{
	font-size: 62.5%;/*16px × 62.5%=10px*/
}
body{
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
}
a {
  display: block;
  text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}

::marker {
    color: pink;
    font-size: 1.5rem;
	transform: rotate(-45deg);
}

/*------------------------
 *header
--------------------------*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.header_title{
	color: #818181;
	font-size: 2.3rem;
	font-family: "Noto Sans JP";
	font-weight:200;
	text-decoration: none;
}
.header_title a{
   color: #818181;
}
.nav{
	display: none;
}
/*------------------------
 *top
--------------------------*/
.sp_image{
	display:none;
}
.pc_image{
	width: 100%;
	max-width: 100%;
  	height: auto;
	position: relative;
}
.slogan{
    position: absolute;
    color: #818181;
    top: 50%;
    left: 50%;
	-ms-transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
   margin:0;
   padding:0;
	font-size: 2rem;
	text-align: center;
	line-height:2;
}
.header-nav{
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin: 0;
}
.nav-list{
	display:flex;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 0;
    right: 10px;
}
.nav-item{
	margin-left: 0.5em;
    margin-right: 0.5em;
	color: #ffffff;
	font-size: 2rem;
}
.nav-item a{
	color: #ffffff;
}
/*------------------------
 *counseling1
--------------------------*/
.counseling{
	margin-top: 150px;
}
.counseling_banner{
	background-image: url("../images/c_bg.png");    /* 背景画像指定 */
	width: 100%;
	margin-bottom: 150px;
}
.banner_text{
	font-size: 2rem;
	margin-left: 50px;
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #818181;
	line-height:1.5;
}
.counseling_content{
	margin-top: 100px;
	margin-bottom: 150px;
}
.counseling_image{
	display:flex;
	justify-content: center; 
	list-style-type: none;
	padding-left: 0;
	margin: auto;
	
}
.counseling-img{
	width: 250px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
}
.image_text{
	margin-top: -5px;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
	background-color: #e0a7b8;
	border-radius: 0px 0px 20px 20px;
	color: #ffffff;
	font-size: 2rem;
}

/*------------------------
 *counseling2
--------------------------*/
.counseling_flow{
	background-color: #ffeff5;
	padding-top: 50px;
	padding-bottom: 100px;
}
.titel{
	margin-bottom: 100px;
	/* padding-top: 100px; */
	margin-left: 20px;
	font-size: 2.5rem;
	color: #818181;
	border-bottom:1px solid #e0a7b8;
    width: 500px;
}
.flow{
	justify-content: center;
	margin: 150px auto 20px auto;
	width: 80%;
	list-style-position:inside;
	padding-left: 1em;
    text-indent: -1em;
}
.flow_text{
	margin: 100px;
	padding: 40px 40px 40px 70px;
	background-color: #ffffff;
	border-radius:20px;
	position: relative;
	line-height: 3;
	font-size: 1.5rem;
}
.flow_text:not(:last-child)::after {
width: 0;
height: 0;
position: absolute;
top: 100%;
left: 50%;
margin: 30px 0 0 -50px;
border: 50px solid transparent;
border-top-color: #e0a7b8;
content: '';
}
.flow_text span{
	color: #ffa6c9;
}
/*------------------------
 *price
--------------------------*/
.price{
	margin-top: 100px;
	padding-bottom: 200px;
	background-image: url(../images/left_heart.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.price_group {
    position: relative;
    /* max-width: 600px; */
	max-width: 800px;
    margin: 200px auto 100px;
    padding: 0 30px;
    background-color: #ffeff5;
    border-radius: 0 20px 20px 20px;
}
.price_titel{
	position: absolute;
    top: -1.9em;
    left: -2px;
    padding: .2em .8em;
    border-radius: 10px 10px 0 0;
    background-color: #e0a7b8;
    color: #fff;
}
.price_text{
	 margin: 0;
    color: #000000;
	line-height: 3;
}
.price_text ul{
	list-style: none;
}
.point1{
	/* margin-right: 30px; */
	padding: 0 10px;
	background-color: #ffa6c9;
	color: #fff;
}
.point1-sp{
	letter-spacing: 0.12em;
}
.point2{
	background: linear-gradient(transparent 60%, pink 50%);
}
.point3{
	margin-left: 140px;
	background: linear-gradient(transparent 60%, pink 50%);
}
.br-sp {
  display: none;
}
/*------------------------
 *profile
--------------------------*/
.profile{
	margin-top: 100px;
	background-color: #ffeff5;
	margin-bottom: 100px;
	padding-top: 50px;
	padding-bottom: 100px;
}
.prof_group{
	display: flex;
	width: 80%;
	margin: 100px auto;
	padding: 50px;
}
.prof_img{
  width: 200%; /*画像サイズ指定*/
  margin: auto 0 auto -100px;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.name1{
	padding-top: 100px;
	padding-left: 50px;
	font-size: 1.5rem;
	line-height: 2;
}
.name2{
	padding-top: 50px;
	padding-left: 50px;
	font-size: 2.2rem;
	line-height: 2;
}
.prof_text{
	/* width: 100%;
  padding: 60px 0 0 50px; */
  line-height: 2;
}

/*------------------------
 *footer
--------------------------*/
.footer{
	/* width: 100%; */
	margin: 10px auto;
	padding: 20px;
	background-color: #ffa6c9;
	text-align: center;
}
.copyrights{
	color: #FFFFFF;	
}
.btn-pageTop{
	color: #e0a7b8;
	text-align: right;
	font-size: 4rem;
	padding-right: 30px;
}
.btn-pageTop a{
	color: #e0a7b8;
}
td {
    padding: 0 10px;
}
/*------------------------
 *Tablet
--------------------------*/

@media only screen and ( min-width : 479px ) and (max-width : 767px ){/*ウィンドウ幅が767px〜479pxの場合に適用*/
	/*------------------------
        *navi
  --------------------------*/
	.header-nav{
	display: none;
    }
	.header{
	width:100%;
	}
	.header_title{
	float: left;
	}
	/*------------------------
     *ボタンのCSS 【クリック前】
  --------------------------*/
  .nav_toggle {
   display: inline-block;
   position: relative;
   margin-top: 25px;
   margin-right: 10px;
   float: right;
   width: 2rem;
   height: 1.5rem;
   z-index: 999;
   }
  .nav_toggle i {
   display: block;
   width: 100%;
   height: 2px;
   background-color: #818181;
   position: absolute;
   transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
   top: 0;
  }
  .nav_toggle i:nth-child(2) {
   top: 0;
   bottom: 0;
   margin: auto;
  }
  .nav_toggle i:nth-child(3) {
   bottom: 0;
  }
 /*---------------------------------------------------
     *ボタンのCSS 【クリック後　.showが追加されている】
  -----------------------------------------------------*/
  .nav_toggle.show i:nth-child(1) {
   transform: translateY(7px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
   opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
   transform: translateY(-7px) rotate(45deg);
  }
/*---------------------------------------------------
     *メニューリストのCSS【クリック前】
  -----------------------------------------------------*/
  .nav {
   display: inline;
   position:fixed;
    z-index: 998;
   top: 1rem;
   left: 65%;
   width:100%;
   height: 100vh;
   /* height: 500px;ナビの高さ */
   background: rgba(255,239,245,0.9) ;
   right: 0;
   bottom: 0;
   padding-left: 1rem;
   padding-top: 2rem;
   opacity: 0;
   visibility: hidden;
   transition: opacity .5s, visibility .5s;
   }
/*---------------------------------------------------
     *メニューリストのCSS【クリック後　.showが追加されている】
  -----------------------------------------------------*/
  	ul.nav_menu_ul {
    	height: 80%;
  	}

   .nav.show {
    opacity: 1;
    visibility: visible;
    }	
   .nav_menu_li{
	list-style:none;
	color: #818181;
	margin-top: 28px;
	}
	.nav_menu_li a{
	color: #818181;

	}
	/*------------------------
           *top
    --------------------------*/
	.slogan{
     position: absolute;
     color: #818181;
     top: 30%;
     left: 50%;
	 -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
	font-size: 2rem;
	text-align: center;
	line-height:2;
	}
	.titel{
	margin-bottom: 50px;
	padding-top: 50px;
	margin-left: 10px;
	font-size: 2.5rem;
	color: #818181;
	border-bottom:1px solid #e0a7b8;
    width: 300px;
	}
	/*------------------------
           *counseling
    --------------------------*/
	.counseling-img {
     width: 250px;
     margin-left: 10px;
     margin-right: 10px;
     text-align: center;
     margin-bottom: 0;
     padding-bottom: 0;
}
	.counseling_flow{
	padding-top: 25px;
	padding-bottom: 50px;	
	}
	.flow{
		padding-left: 0;
		width: 85%;
	}
	.flow_text{
		margin: 100px 30px;
		line-height: 1.5;
	}
	/*------------------------
           *price
    --------------------------*/	
	.price{
	margin-top: 25px;
	padding-bottom: 50px;
	background-image: url(../images/left_heart.png);
	background-size: cover;
		background-repeat: no-repeat;
	}
	.price_group {
    position: relative;
    max-width: 85%;
    margin: 120px auto 110px;
    padding: 0 ;
    background-color: #ffeff5;
    border-radius: 0 20px 20px 20px;
	}
	.point2{
	margin-left: 20px;	
	}
	/*------------------------
 　　　　*profile
　　--------------------------*/
	.profile{
	margin-top: 50px;
	background-color: #ffeff5;
	margin-bottom: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	}
	.prof_group{
	display: block;
	width: 80%;
	margin: 10px auto;
	padding: 10px;
	}
	.prof_img{
    width: 250px; /*画像サイズ指定*/
	margin: 0 auto;
	padding: 0px 10px;
	}
	.name1{
	font-size: 1.5rem;
	/* line-height: 0; */
	margin: 0 auto;
	padding-left: 0;
	/* display: flex;
    justify-content: center; */
	padding-top: 20px;
	}
	.pf_ttl{
		text-align: center;
	}

   .name2{
	padding-top: 0;
	padding-left: 0;
	font-size: 2.2rem;
	/* line-height: 0; */
	/* display: flex;
    justify-content: center; */
	}
   .prof_text{
	width: 100%;
    padding: 30px 10px 0 10px;
	}
}

/*------------------------
 *smartphone
--------------------------*/
@media only screen and (max-width: 479px){/*ウィンドウ幅が最大479pxまでの場合に適用*/
	.header_title{
		font-size: 2rem;
		margin: 10px;
	}
	.sp_image{
	width: 100%;
	display: block;
    }
    .pc_image{
	display:none;
    }
	/*------------------------
        *navi
  --------------------------*/
	.header-nav{
	display: none;
    }
	.header{
	width:100%;
	}
	.header_title{
	float: left;
	}
	/*------------------------
     *ボタンのCSS 【クリック前】
  --------------------------*/
  .nav_toggle {
   display: inline-block;
   position: relative;
   margin-top: 25px;
   margin-right: 10px;
   float: right;
   width: 2rem;
   height: 1.5rem;
   z-index: 999;
   }
  .nav_toggle i {
   display: block;
   width: 100%;
   height: 2px;
   background-color: #818181;
   position: absolute;
   transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
   top: 0;
  }
  .nav_toggle i:nth-child(2) {
   top: 0;
   bottom: 0;
   margin: auto;
  }
  .nav_toggle i:nth-child(3) {
   bottom: 0;
  }
 /*---------------------------------------------------
     *ボタンのCSS 【クリック後　.showが追加されている】
  -----------------------------------------------------*/
  .nav_toggle.show i:nth-child(1) {
   transform: translateY(7px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
   opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
   transform: translateY(-7px) rotate(45deg);
  }
/*---------------------------------------------------
     *メニューリストのCSS【クリック前】
  -----------------------------------------------------*/
  .nav {
	display: inline;
   position:fixed;
    z-index: 998;
   top: 0rem;
   left: 0;
   width:100%;
   /* height: 350px;ナビの高さ */
   height: 100vh;
   background: rgba(255,239,245,0.9) ;
   right: 0;
   bottom: 0;
   /* padding-left: 3rem;
   padding-top: 4rem; */
   opacity: 0;
   visibility: hidden;
   transition: opacity .5s, visibility .5s;
   }
/*---------------------------------------------------
     *メニューリストのCSS【クリック後　.showが追加されている】
  -----------------------------------------------------*/
   .nav.show {
    opacity: 1;
    visibility: visible;
    }	
   .nav_menu_li{
	list-style:none;
	color: #818181;
	margin-top: 20px;
	font-weight: bold;
	}
	.nav_menu_li a{
	color: #818181;	
	}
	.nav_menu_ul {
		margin-top: 100px;
		text-align: center;

	}
	/*------------------------
           *top
    --------------------------*/
	.slogan{
     position: absolute;
     color: #818181;
	 width: 100%;
     top: 50%;
     left: 50%;
	 -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
	font-size: 1.8rem;
	text-align: center;
	line-height:2.2;
	letter-spacing: -0.05em;
	}
	.titel{
	margin:100px 0 100px 10px;
	/* padding-top: 50px;
	margin-left: 10px; */
	font-size: 2.2rem;
	color: #818181;
	border-bottom:1px solid #e0a7b8;
    width: 230px;
	}
	/*------------------------
      *counseling1
    --------------------------*/
    .counseling{
	 margin-top: 50px;
    }
    .counseling_banner{
	background-image: url("../images/c_bg.png")cover;    /* 背景画像指定 */
	background-size: contain;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
    }
   .banner_text{
	font-size: 1.5rem;
	/* height: 32px; */
	margin: auto;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #818181;
	text-align: center;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    }
	.pc_image{
		display: none;
	}
   .counseling_content{
	/* margin-top: 100px; */
	margin-bottom: 100px;
	margin-top: 50px;

    }
   .counseling_image{
	display: block;
	justify-content: center; 
	list-style-type: none;
	padding-left: 0;
	margin: auto;
    }
	.sp_image{
		border-radius: 20px 20px 0 0;
	}
   .counseling-img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 0;
    }
   .image_text{
	margin-top: -5px;
	margin-bottom: 40px;
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
	background-color: #e0a7b8;
	border-radius: 0px 0px 20px 20px;
	color: #ffffff;
	font-size: 2rem;
	letter-spacing: 0.12em;
    }
	.br-pc{
	display: none;	
	}
	/*------------------------
           *counseling2
    --------------------------*/
	.counseling_flow{
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 50px;	
    }
	.flow{
		padding-left: 0;
		 margin: 70px auto 20px auto;
		width: 85%;
	}
	.flow_text{
		margin: 60px 10px;
		padding: 30px 30px 30px 50px;
		line-height: 2;
		font-size: 1.2rem;
	}

	.flow_text:not(:last-child)::after {
    width: 0;
    height: 0;
    position: absolute;
    top: 92%;
    left: 55%;
    margin: 30px 0 0 -50px;
    border: 35px solid transparent;
    border-top-color: #e0a7b8;
    content: '';
   }
	/*------------------------
           *price
    --------------------------*/	
	.price{
	 margin-top: 25px;
	 padding-bottom: 50px;
	 background-image: url(../images/left_heart.png);
	 background-size: cover;
	 background-repeat: no-repeat;
	}
	.price_group {
    position: relative;
    max-width: 85%;
    margin: 100px auto 100px;
    padding: 0 ;
    background-color: #ffeff5;
    border-radius: 0 20px 20px 20px;
	}
	.price_text{
	line-height: 2;
    }
	.point2{
	margin-left: 10px;
	margin-right: 10px;
	}
	/* .point3{
		margin-left: 30px;
	} */
	.br-sp {
    display: block;
  }

  td{
	padding: 0 10px;
  }

  table {
    width: 80%;
}
	/*------------------------
 　　　　*profile
　　--------------------------*/
	/* .profile{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	} */
	.prof_group{
	display: block;
	/* width: 85%; */
	margin: 10px auto;
	/* padding: 10px; */
	padding: 0;
	}
	.prof_img{
    width: 250px; /*画像サイズ指定*/
	margin: 0 auto;
	/* padding: 0px 10px; */
	}
	.name1{
	font-size: 1.5rem;
	/* line-height: 0; */
	margin: 0 auto;
	padding-left: 0;
	/* display: flex;
    justify-content: center; */
	padding-top: 20px;
	}
   .name2{
	padding-top: 10px;
	padding-left: 0;
	font-size: 2.2rem;
	/* line-height: 0; */
	/* display: flex;
    justify-content: center; */
	}
   .prof_text{
	width: 100%;
    padding: 0;
	line-height: 2;
	}
	.pf_ttl{
		text-align: center;
	}
.cont{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
     text-align:center;
height:1600px;
}

}

@media only screen and ( min-width : 768px ){
	/*ウィンドウ幅が767px〜の場合に適用*/

	.price_list{
		display: flex;
		justify-content: space-between;
	}

	.price_group{
		width: 40%;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 90%;
		margin: 0 auto;
	}

	td{
		border-bottom: 1px solid rgb(255, 255, 255) ;
	}

	.price_text p{
		width: 90%;
		margin: 0 auto;
	}

}

.cont{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
     text-align:center;
}