@charset "UTF-8";

/** top **/

/*==========================================
 上部コンテンツ
===========================================*/
/**********
 top_headContents
**********/
#top_headContents{
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/**********
 top_headMain_bg
**********/
#top_headMain_bg{
	height: 100%;
	position: relative;
	z-index: 1;
	text-align: right;
}

#top_headMain_bg img{
	width: 90%;
	height: 100%;
	object-position: right top;
	object-fit: cover;
	margin: 0 0 0 auto;
}


/**********
 top_headMain
**********/
#top_headMain{
	position: absolute;
	top: 16%;
	left: 0;
	width: 100%;
	text-align: center;
	max-width: 500px;
	z-index: 2;
}

#top_headMain > div{
	padding-left: 30px;
	text-align: left;
}


#top_headMain > div h2{
	margin-bottom: 40px;
}

#top_headMain > div h2 span{
	font-size:3.6em;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	display: block;
	line-height: 1.4;
}

#top_headMain > div h3{
	margin-bottom: 50px;
}

#top_headMain > div h3 span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 1.2em;
	display: block;
}

#top_headMain > div > p{
	margin-bottom: 50px;
	font-size: 1.1em;
	line-height: 1.8;
	padding-right: 30px;
	
}

#top_headMain > div a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	border-radius: 12px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #ff5e79;
    transition: all 0.3s ease-out;
	background-image: linear-gradient(180deg, rgba(255, 170, 171, 1), rgba(248, 116, 127, 1));
}

#top_headMain > div a:hover,
#top_headMain > div a:active{
	background-image: linear-gradient(180deg, rgba(255, 164, 176, 1), rgba(247, 94, 110, 1));
}

#top_headMain > div a span{
	display: block;
	padding: 22px 12px 20px;
	font-size: 2rem;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}


@media screen and (max-width: 768px) {
	#top_headContents{
		position: static;
		height: auto;
	}
	/**********
	 top_headMain_bg
	**********/
	#top_headMain_bg{
		height: 100%;
		position: static;
		text-align: center;
	}

	#top_headMain_bg img{
		width: 100%;
		height: 270px;
		object-position: center center;
		object-fit: cover;
		margin: 0 auto;
	}


	/**********
	 top_headMain
	**********/
	#top_headMain{
		position: static;
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 0 auto;
	}
	#top_headMain > div h2{
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}
	#top_headMain > div{
		padding-left: 0;
		text-align: left;
	}

	#top_headMain > div h2 span{
		font-size:2.4em;
		line-height: 1.3;
	}

	#top_headMain > div h3{
		margin-bottom: 20px;
		text-align: center;
	}

	#top_headMain > div h3 span{
		font-size: 1.26em;
	}

	#top_headMain > div > p{
		padding-right: 0;
		width: 90%;
		margin: 0 auto 30px;
		font-size: 1.6rem;
		padding: 0;
	}
	
	#top_headMain > div > a{
		margin: 0 auto;
	}
	
}


/**********
 top_navi
**********/
#top_navi{
	padding: 50px 0;
}
#top_navi > div{
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
}

#top_navi > div a{
	display: block;
	width: 30%;
    background: linear-gradient(180deg, #ffffff 0%, #fef1f2 100%);
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #ff5e79;
}
#top_navi > div a div{
	padding: 20px 15px;
	background-image:url("./img_top/topNavi_bg_l.png"),
					 url("./img_top/topNavi_bg_r.png");
	background-repeat:no-repeat,no-repeat;
	background-position:2% 50%,
						98% 50%;
	background-size: 24px;

}

#top_navi > div a div p{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 1.3em;
	line-height: 1.3;
	color: #ff5e79;
}
#top_navi > div a div span{
	font-size: 1.5rem;
	display: block;
	padding-bottom: 8px;
	color: #000;
}


@media only screen and (max-width: 769px) {
	#top_navi{
		padding: 40px 0;
	}
	#top_navi > div a{
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	#footNavi_top > div a:last-of-type{
		margin-bottom: 0;
	}
	
	#top_navi > div a div{
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	
	#top_navi > div a div p{
		font-size: 1.5em;
	}
}


/*==========================================
 about_binoutecho 美脳手帳とは
===========================================*/
/**********
 about_binoutecho
**********/
#about_binoutecho{
	margin-top: 60px;
	padding: 20px 0 80px;
    background: linear-gradient(180deg, #ffffff 0%, #ffe0e0 80%, #ffe0e0 100%);
}

#about_binoutecho .contentInner{
	max-width: 900px;
}

#about_binoutecho .contentInner #aboutTxt{
	flex: 1;
	max-width: 450px;
}

#about_binoutecho .contentInner #aboutImg{
	width: 400px;
}


#about_binoutecho .contentInner #aboutTxt h2{
	font-size:4rem;
	font-weight: normal;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	display: block;
	line-height: 1;
	margin-bottom: 50px;
	margin-top: 25px;
}

#about_binoutecho .contentInner #aboutTxt p{
	line-height: 1.6;
}

#about_binoutecho .contentInner #aboutTxt p span{
	font-size: 2.5rem;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	color: #ff5e79;
}

#about_binoutecho .contentInner #aboutImg img{
	width: 100%;
	max-width: 400px;
}


@media only screen and (max-width: 769px) {
	#about_binoutecho .contentInner #aboutTxt{
		flex:auto;
		width: 100%;
		max-width: 100%;
		padding-bottom: 50px;
	}

	#about_binoutecho .contentInner #aboutImg{
		width: 100%;
		text-align: center;
	}

	#about_binoutecho .contentInner #aboutTxt h2{
		font-size:3.6rem;
		text-align: center;
		line-height: 1;
		margin-bottom: 30px;
		margin-top: 0;
	}

	#about_binoutecho .contentInner #aboutTxt p{
		line-height: 1.6;
	}
	
}

/*==========================================
 top_question
===========================================*/
#top_question{
	padding: 90px 0;
	text-align: center;
}

/** topCom **/
#top_question .topCom{}
#top_question .topCom p{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 1.8rem;
	padding-bottom: 10px;
}

#top_question .topCom p:nth-child(2){
	font-size: 2rem;
	font-weight: bold;
}

#top_question .topCom p:nth-child(3){
	font-size: 4rem;
	font-weight: bold;
	padding-bottom: 30px;
}

#top_question .topCom p:nth-child(3) span{
	background: linear-gradient(transparent 50%, #fce5e4 50%);
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}

#top_question .topCom p:nth-child(4){
	font-size: 2.6rem;
	font-weight: normal;
	padding-bottom: 0;
}

#top_question .topCom p:nth-child(4) span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	color: #ff5e79;
}


/**********
 quest_contents
**********/
#top_question #quest_contents{
	margin-top: 50px;
	max-width: 900px;
}

/** questBlk **/
#top_question #quest_contents .questBlk{
	margin-top: 70px;
}

#top_question #quest_contents .questBlk:first-of-type{
	margin-top: 90px;
}

#top_question #quest_contents .questBlk .questTxt{
	flex: 1;
	max-width: 450px;
	text-align: left;
	font-size: 1.7rem;
	line-height: 1.8;
}

#top_question #quest_contents .questBlk .questImg{
	width: 400px;
	text-align: center;
}

#top_question #quest_contents .questBlk .questImg img{
	width: 100%;
	max-width: 400px;
}

#top_question #quest_contents .questBlk:nth-of-type(odd){}
#top_question #quest_contents .questBlk:nth-of-type(odd) .questTxt{
	order: 2;
}

#top_question #quest_contents .questBlk:last-of-type p{
	margin-top: 50px;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2.6rem;
}

@media only screen and (max-width: 769px) {
	#top_question #quest_contents .questBlk .questTxt{
		flex:auto;
		width: 100%;
		max-width: 100%;
		padding-bottom: 50px;
	}

	#top_question #quest_contents .questBlk .questImg{
		width: 100%;
		text-align: center;
	}
	
	#top_question #quest_contents .questBlk:nth-of-type(odd) .questTxt{
		order: 1;
	}
	#top_question #quest_contents .questBlk:nth-of-type(odd) .questImg{
		order: 2;
	}
	#top_question #quest_contents .questBlk:last-of-type p{
		margin-top: 30px;
	}
}

/*==========================================
 top_nayami
===========================================*/
/*********
 top_nayami
**********/
#top_nayami{
	margin-top: 50px;
	background: #000;
	position: relative;
}

#top_nayami > div{
	background: url("./img_top/top_nayami_bg.png") no-repeat right top;
	padding-top: 100px;
}

#top_nayami > div:after{
	content: "";
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	border-right: 50vw solid transparent;
	border-left: 50vw solid transparent;
	border-top: 100px solid #000;
}


#top_nayami h2 p{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 5.6rem;
	color: #fff;
	font-weight: normal;
}

#top_nayami h2 p:first-of-type{
	color: #fcee21;
}

#top_nayami h2 p:first-of-type span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	background-image: radial-gradient(circle at center, #fcee21 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 0.2em; /* 点の間隔とサイズ調整 */
	padding-top: .2em; /* 縦方向の位置調整 */
	font-weight: normal;
}


@media only screen and (max-width: 768px) {
	#top_nayami > div{
		padding-top: 400px;
	}

	#top_nayami h2 p{
		font-size: 4.6rem;
		text-align: center;
		line-height: 1.4;
	}

}



/*********
 top_nayamiContents
**********/
#top_nayamiContents{
	padding-top: 60px;
}

#top_nayamiContents img.hidden_mb{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	
}

#top_nayamiContents img.visible_mb{
	display: none;
}


@media only screen and (max-width: 768px) {
	#top_nayamiContents img.visible_mb{
		display: block;
		width: 100%;
		max-width: 768px;
		margin: 0 auto;
	}
}

#top_nayamiContents > p{
	padding-top: 40px;
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}


@media only screen and (max-width: 768px) {
	#top_nayamiContents{
		padding-top: 40px;
	}
}

/**********
 top_nayamiContents_support
**********/
#top_nayamiContents_support{
	margin-top: 200px;
	background: url("./img_top/top_nayami_bg02.png") no-repeat center 50%;
	background-size: auto auto;
	text-align: center;
	min-height: 500px;
}

#top_nayamiContents_support p,span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}

#top_nayamiContents_support{
	margin-bottom: 30px;
	font-size: 2rem;
}

#top_nayamiContents_support p:nth-child(1){
	padding-top: 70px;
	margin-bottom: 15px;
}

#top_nayamiContents_support p:nth-child(2){
	font-weight: bold;
	margin-bottom: 40px;
}

#top_nayamiContents_support p:nth-child(2) span{
	font-size: 2.4rem;
	display: block;
}

#top_nayamiContents_support p:nth-child(3){
	margin-bottom: 40px;
}

#top_nayamiContents_support p:nth-child(4){
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 60px;
}

#top_nayamiContents_support p:nth-child(4) span{
	color: #ff5e79;
}


@media only screen and (max-width: 768px) {
	#top_nayamiContents_support{
		margin-top: 150px;
		background-size: 80%;
	}
	#top_nayamiContents_support p:nth-child(2) span{
		display:inline;
	}
	
	#top_nayamiContents_support p:nth-child(4){
		font-size: 2.6rem;
	}


}


#binoutecho_osusume{
	margin-top: 70px;
}

/**********
 binou_osusume_ex
**********/

#binou_osusume_ex{
	background: #fff6eb;
	border-radius: 16px;
	width: 96%;
	padding: 20px 0;
	margin: 0 auto;
}

#binou_osusume_ex > div{
	margin: 0 20px;
	padding: 30px 40px;
	text-align: center;
	background: url("./img_top/waku_l_t.png"),url(./img_top/waku_r_t.png),url(./img_top/waku_r_b.png),url(./img_top/waku_l_b.png);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: left top,right top,right bottom,left bottom;
}

#binou_osusume_ex div h3{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2rem;
	margin-bottom: 30px;
	width: 100%;
}

#binou_osusume_ex div div ul li{
	position: relative;
	padding-left: 20px;
	text-align: left;
	font-size: 1.04em;
	padding-bottom: 10px;
}
 
#binou_osusume_ex div div ul li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ff7bac;
  border-radius: 50%;
}

#binou_osusume_ex div div {
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#binou_osusume_ex div div ul li{
		width: 100%;
	}
}


#binou_osusume_detail{
	margin-top: 70px;
	text-align: center;
}

#binou_osusume_detail p,
#binou_osusume_detail span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 30px;
	width: 100%;
	line-height: 1.7;
}

#binou_osusume_detail span{
	color: #ff7bac;
}



/*==========================================
 coaching
===========================================*/
/*********
 coaching
**********/
#coaching{
	margin-top: 150px;
}

#coaching .contentInner{
	max-width: 1080px;
}

/**********
 coaching_mezame
**********/
#coaching_mezame{
	margin-top: 70px;
}
#coaching_mezame > h3{
	text-align: center;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2.2rem;
	margin-bottom: 20px;
}

#coaching_mezame > p{
	display: block;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
}

#coaching_mezame #coaching_mezame_ex{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

#coaching_mezame #coaching_mezame_ex img{
	width: 100%;
	max-width: 300px;
	flex: 1;
}

@media only screen and (max-width: 768px) {
	#coaching_mezame #coaching_mezame_ex img{
		flex: none;
		margin: 0 auto;
	}
}


/**********
 coaching_gender
**********/
#coaching_gender{
	background: #fff;
	border-radius: 16px;
	width: 96%;
	padding: 20px 0;
	margin: 0 auto;
}

#coaching_gender > div{
	margin: 0 20px;
	padding: 40px 30px;
	text-align: center;
	background: url("./img_top/waku_l_t.png"),url(./img_top/waku_r_t.png),url(./img_top/waku_r_b.png),url(./img_top/waku_l_b.png);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: left top,right top,right bottom,left bottom;
}

#coaching_gender .contentInner{}

#coaching_gender .contentInner > div:first-of-type{
	flex: 1;
	max-width: 500px;
	text-align: left;
}

#coaching_gender .contentInner > div:last-of-type{
	width: 325px;
}


#coaching_gender .contentInner > div:first-of-type h3{
	font-size:2.8rem;
	font-weight: normal;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	display: block;
	line-height: 1.6;
	margin-bottom: 34px;
}
#coaching_gender .contentInner > div:first-of-type h4{
	color: #ff5e79;
	margin-bottom: 20px;
	font-weight: normal;
}

#coaching_gender .contentInner > div:first-of-type p{
	line-height: 1.6;
}


#coaching_gender .contentInner > div:last-of-type img{
	width: 100%;
	max-width: 400px;
}


@media only screen and (max-width: 769px) {
	#coaching_gender .contentInner > div:first-of-type{
		flex:auto;
		width: 100%;
		max-width: 100%;
		padding-bottom: 50px;
	}

	#coaching_gender .contentInner > div:last-of-type{
		width: 100%;
		text-align: center;
	}

	#coaching_gender .contentInner > div:first-of-type h3{
		font-size:2.4rem;
		text-align: center;
		margin-bottom: 30px;
		margin-top: 0;
	}

	#coaching_gender .contentInner > div:first-of-type p{
		line-height: 1.6;
	}
	
}


/*==========================================
 coaching
===========================================*/
/*********
 coaching_guide
**********/
#coaching_guide{
	max-width: 900px;
	margin: 90px auto;
}

#coaching_guide > h3{
	text-align: center;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 3.6rem;
	margin-bottom: 20px;
	font-weight: normal;
}

#coaching_guide > P{
	width: 94%;
	max-width: 900px;
	text-align: center;
	display: block;
	margin: 0 auto;
}


/** coaching_guide_blk **/
#coaching_guide .coaching_guide_blk{
	background: #fff6eb;
	border-radius: 12px;
	margin: 100px 0 50px;
	padding: 0 30px 30px;
}

#coaching_guide .coaching_guide_blk h3{
	width: 100%;
	max-width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

#coaching_guide .coaching_guide_blk h3 span{
	position: absolute;
	top: -20px;
	left: 50%;
	width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	margin: 0 auto;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2.7rem;
	color: #736357;
}


@media only screen and (max-width: 769px) {
	#coaching_guide .coaching_guide_blk h3{
		padding-bottom: 20px;
	}
	#coaching_guide .coaching_guide_blk h3 span{
		position: absolute;
		top: -20px;
		left: 50%;
		width: 80%;
		font-size: 2.5rem;
		color: #736357;
		line-height: 1.3;
	}

}




/** coaching_guide_blk h4 **/
.coaching_guide_blk h4{
    display: flex;
    align-items: center;
	margin-bottom: 20px;
}

.coaching_guide_blk h4:before,
.coaching_guide_blk h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #a86c31;;
}

.coaching_guide_blk h4:before {
    margin-right: 2rem;
}

.coaching_guide_blk h4:after {
    margin-left: 2rem;
}
.coaching_guide_blk h4 span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2rem;
	font-weight: normal;
	color: #a86c31;
}

/** details **/
/** fee **/

.coaching_guide_blk .details{
	padding-top: 50px;
}

.coaching_guide_blk .details > div,
.coaching_guide_blk .fee > div{
	padding:  0 40px 20px;
}

@media only screen and (max-width: 769px) {
	.coaching_guide_blk .details > div,
	.coaching_guide_blk .fee > div{
		padding:  0 20px 20px;
	}
}

.coaching_guide_blk .details .topCom{
	font-size: 1.1em;
	padding: 5px 0 25px;
	margin-bottom: 25px;
	border-bottom: 1px dotted #999;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}

.coaching_guide_blk .details ul li{
	font-size: 1.1em;
}

.coaching_guide_blk .details ul li > div{
	padding:2px 0 5px;
	font-size: 1.5rem;
}

.coaching_guide_blk .fee{
	padding-top: 20px;
}

.coaching_guide_blk .fee table {
	margin: 20px auto;
	background: #fff;
	box-sizing: border-box;
	width: 100%;
}
.coaching_guide_blk .fee table th {
  background: #a86c31;
  border: solid 1px #c69c6d;
  color: #fff;
  padding: 10px;
	vertical-align: middle;
	box-sizing: border-box;
}
.coaching_guide_blk .fee table td {
	border: solid 1px #c69c6d;
	padding: 10px;
	text-align: right;
	box-sizing: border-box;
}

.coaching_guide_blk .fee table td.naiyou{
	text-align: left;
}

.coaching_guide_blk .fee table td.kakaku{
	vertical-align: middle;
	
}
.coaching_guide_blk .fee table td.kakaku p{
	font-size: 1.1em;
	color: #ff7bac;
}
.coaching_guide_blk .fee table td.kakaku p span{
	color: #444;
	font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
	.coaching_guide_blk .fee table th,
	.coaching_guide_blk .fee table td{
		border-bottom: none;
		display: block;
		width: 100%;
	}
	
	.coaching_guide_blk .fee table tr:last-of-type td{
		border-bottom: solid 1px #a86c31;
		
	}
}


	

/*==========================================
 private_session
===========================================*/
/**********
　private_session
**********/
#private_session{}

#private_osusume_ex{
	background: #fff;
	border-radius: 16px;
	width: 96%;
	padding: 20px 0;
	margin: 50px auto 10px;
}

#private_osusume_ex > div{
	margin: 0 20px;
	padding: 30px 40px;
	text-align: center;
	background: url("./img_top/waku_l_t.png"),url(./img_top/waku_r_t.png),url(./img_top/waku_r_b.png),url(./img_top/waku_l_b.png);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: left top,right top,right bottom,left bottom;
}

#private_osusume_ex div h3{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2rem;
	margin-bottom: 30px;
	width: 100%;
}

#private_osusume_ex div div ul{
	width: 50%;
}

#private_osusume_ex div div ul li{
	position: relative;
	padding-left: 20px;
	text-align: left;
	font-size: 1.04em;
	padding-bottom: 10px;
}
 
#private_osusume_ex div div ul li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ff7bac;
  border-radius: 50%;
}

#private_osusume_ex div div {
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#private_osusume_ex div div ul{
		width: 100%;
	}

	#private_osusume_ex div div ul li{
		width: 100%;
	}
}



/*==========================================
 greetings
===========================================*/
/*********
 greetings
**********/
#greetings{
	max-width: 900px;
	margin: 90px auto;
}

#greetings > h2{
	text-align: center;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 3.6rem;
	margin-bottom: 50px;
	font-weight: normal;
}

#greetings .contentInner{
	max-width:900px;
	margin: 0 auto;
}

#greetingsTxt{
	width: 60%;
	order: 2;
}

#greetingsImg{
	width: 30%;
	max-width: 270px;
	text-align: right;
	order: 1;
}

#greetingsImg img{
	width: 100%;
	max-width: 270px;
	margin: 0 0 0 auto;
}

#greetingsTxt h3{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2.4rem;
	font-weight: normal;
	margin-bottom: 30px;
}

#greetingsTxt > p{
	padding-bottom: 10px;
}

#greetingsTxt > p#greeting_name{
	display: block;
	text-align: right;
	margin-top: 15px;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}

#greetingsTxt > p#greeting_name span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 1.2em;
} 


@media only screen and (max-width: 768px) {
	#greetingsTxt{
		width: 100%;
	}

	#greetingsImg{
		width: 100%;
		max-width: 760px;
		text-align: center;
		margin-bottom: 30px;
	}

	#greetingsImg img{
		margin: 0 auto;
	}
}

/**********
 greetings_profile
**********/
#greetings #greetings_profile{
	background: #f6f9ef;
	border-radius: 16px;
	width: 100%;
	padding: 20px 0;
	margin: 50px auto 10px;
}

#greetings #greetings_profile > div{
	margin: 0 20px;
	padding: 20px 60px 40px;
	text-align: center;
	background: url("./img_top/waku_l_t_g.png"),url(./img_top/waku_r_t_g.png),url(./img_top/waku_r_b_g.png),url(./img_top/waku_l_b_g.png);
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: left top,right top,right bottom,left bottom;
}

#greetings #greetings_profile div h3{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2rem;
	margin-bottom: 5px;
	width: 100%;
	color: #39b54a;
	font-weight: normal;
}

#greetings #greetings_profile div h4{
	font-size: 1.6rem;
	margin-bottom: 30px;
	font-weight: normal;
}

#greetings #greetings_profile div h4 span{
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 2.6rem;
	padding-left: 20px;
}

#greetings #greetings_profile div p{
	padding-bottom: 8px;
	text-align: left;
}


@media only screen and (max-width: 768px) {
	
	#greetings #greetings_profile{
		width: 92%;
	}
	
	#greetings #greetings_profile > div{
		padding: 20px 40px 40px;
	}

	#greetings #greetings_profile div h4 span{
		font-size: 2.6rem;
		padding-left: 0;
		display: block;
	}

}


/*==========================================
 entry
===========================================*/
/*********
 entry
**********/
#entry{}

#entry .topCom{
	padding: 70px 0 30px;
	text-align: center;
}

#entry #entryForm{
	background: #fff;
	border-radius: 12px;
	max-width: 900px;
}

#entry #entryForm > div{
	padding: 30px;
}

/** notes **/
#entry .notes{
	margin:0 auto;
	width:100%;
	max-width:1000px;
	text-align:left;
	padding-top:30px;
	margin-top: 30px;
	border-top: 1px dotted #999;
}

#entry .notes ul li{
	font-size:0.9em;
	padding-bottom:5px;
}

/*==========================================
 news
===========================================*/
/*********
 news
**********/
#news{
	padding: 90px 0;
 	background: #f9ffe6;
}

#news > h2{
	text-align: center;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 3.6rem;
	margin-bottom: 50px;
	font-weight: normal;
}

#news .contentInner{
	max-width:900px;
	margin: 0 auto;
}

#news .contentInner ul{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

#news .contentInner ul li{
	border-bottom:1px dotted #999;
	padding: 12px 0;
}

#news .contentInner ul li:first-of-type{
	padding-top: 0;
}

#news .contentInner ul li span{
	margin-right: 15px;
} 

@media only screen and (max-width: 768px) {
	#news .contentInner ul li span{
		margin-right: 0;
		display: block;
	} 
}

#news .contentInner ul li a{
	color: #000;
}

#news .contentInner > a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	border-radius: 12px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #27b200;
    transition: all 0.3s ease-out;
	background-image: linear-gradient(180deg, rgba(148, 211, 63, 1), rgba(53, 182, 12, 1));
	margin: 30px auto 0;
}

#news .contentInner > a:hover,
#contactTxt > a:active{
	background-image: linear-gradient(180deg, rgba(135, 206, 33, 1), rgba(39, 178, 0, 1));
}

#news .contentInner > a span{
	display: block;
	padding: 22px 12px 20px;
	font-size: 2rem;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}


/*==========================================
 contact
===========================================*/
/*********
 contact
**********/
#contact{
	max-width: 900px;
	margin: 90px auto;
}

#contact > h2{
	text-align: center;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
	font-size: 3.6rem;
	margin-bottom: 50px;
	font-weight: normal;
}

#contact .contentInner{
	max-width:900px;
	margin: 0 auto;
}

#contactTxt{
	width: 60%;
	order: 2;
}

#contactImg{
	width: 40%;
	max-width: 320px;
	text-align: left;
	order: 1;
}

#contactImg img{
	width: 100%;
	max-width: 270px;
	margin: 0 auto 0 0;
}

#contactTxt > a {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	color: #ffffff;
	border-radius: 12px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #0071bc;
    transition: all 0.3s ease-out;
	background-image: linear-gradient(180deg, rgba(85, 211, 247, 1), rgba(58, 116, 217, 1));
	margin-top: 30px;
}

#contactTxt > a:hover,
#contactTxt > a:active{
	background-image: linear-gradient(180deg, rgba(85, 200, 247, 1), rgba(58, 90, 217, 1));
}

#contactTxt > a span{
	display: block;
	padding: 22px 12px 20px;
	font-size: 2rem;
	font-family: "Noto Serif JP" , serif , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}


@media only screen and (max-width: 768px) {
	
	#contactTxt{
		width: 100%;
		order: 1;
		margin-bottom: 50px;
	}
	
	#contactTxt a{
		margin: 30px auto 0;
	}

	#contactImg{
		width:100%;
		max-width: 760px;
		order: 2;
		text-align: center;
	}
	
	
}

/*==========================================
 メール関連
===========================================*/
/**********
 thanks
**********/
#thanks{}
#thanks .topCom{
	max-width: 900px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;
}