/* -------------------------------------------------------------- 
   menu page Css
-----------------------------------------------------------------
PC/Tablet
@media screen and (min-width: 768px){}
SmartPhone
@media screen and (max-width: 767px){}


【CSS MENU】 
1.0 - common
	1.1 - plink
2.0 - menuFrame
	2.1 - [common] pageTitle
	2.2 - [common] pageLink	
	2.3 - [common] txtFrame
	2.4 - [common] article	
	2.5 - [common] articleInner
	2.6 - [common] articleInner Table
	2.7 - [common] articleInner Place
	2.8 - [common] articleInner attention	
	2.9 - [common] btn contact		
	2.10 - personalstyling
	2.11 - personalcolor / closet /c onsulting	
	
	2.20 - option	
	2.21 - flow

*/

/* =========================================================
	1.0 - common
========================================================= */
/* ---------------------------------------------------------
	1.1 - plink
--------------------------------------------------------- */
/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
	.menu .plink{
		/*padding-top:20px;
		margin-top:-20px;*/
	}
}

/* =========================================================
	2.0 - menuFrame
========================================================= */
/* ---------------------------------------------------------
	2.1 - pageTitle
--------------------------------------------------------- */
/* h2 */
.menu h2{
	height:22px;
	text-indent:-99999px;
	background:url(../images/title-menu.png) center top no-repeat;
}
/* h3 */
.menu h3{
	width:980px;
	height:50px;
	text-align:center;
	background:url(../images/bg-title.png) left bottom no-repeat;
	margin-top:88px;
}
.menu .flowFrame h3{
	width:920px;
	height:38px;
	margin:115px auto 0;
	background:none;
	font-size:24px;
	font-weight: bold;
	color:#000;
	line-height:1;
	border-bottom:2px solid #000;
}
/* h4 */
.menu h4{
	margin-top:40px;
	color:#987200;
	font-size:17px;
	font-weight: bold;
}
/* h5 */
.menu h5{
	text-align:center;
	color:#fff;
	font-size:24px;
	background-color:#bda85e;
	padding:5px 0;	
}
.menu h5 span{
	font-size:16px;
}
.menu .closetFrame h5{
	font-size:22px;
}
.menu .optionFrame h5{
	background-color:transparent;
	color:#a99555;
	font-size:20px;
	text-align:left;
	font-weight: bold;
}
.menu .flowFrame h5{
	background-color:transparent;
	color:#987200;
	font-size:22px;
	font-weight: bold;
	text-align:left;
	margin-left:46px;

}
/* h6 */
.menu h6{
	color:#494949;
	font-size:18px;
	font-weight: bold;
	margin-top:18px;
	padding-left:12px;
	background:url(../images/icon-title.png) top left no-repeat; 
	line-height:1;
}
.menu h6.place{
	margin-top:25px;
}
.menu h6 span{
	font-size:12px;
	margin:0;
	padding:0;
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu h3{
		width:100%;
		height:auto;
		text-align:center;
		background:none;
		border-bottom:1px solid #e40081;
	}
	.menu h4{
		margin-top:20px;
	}
	.menu h5{
		font-size:18px;
		padding:5px 10px;
	}
	.menu .closetFrame h5{
		font-size:18px;
	}
	.menu .flowFrame h5{
		font-size:20px;
		min-height:50px;
		margin:0;
		padding:5px 0 10px 113px;
		line-height:1.3;
		border-bottom:1px dotted #ccc;
	}
	.menu h6{
		margin-top:25px;
	}
}

/* ---------------------------------------------------------
	2.2 - pageLink
--------------------------------------------------------- */
.menu .pageLink{
	width:928px;
	height:94px;
	overflow: hidden;
	margin:40px auto 0 ;
}
.menu .pageLink li a{
	display:block;
	float:left;
	text-indent: -99999px;
	height:33px;
	background:url(../images/link-menu.png) top left no-repeat;
}
.menu .pageLink li.personalstyling a{
	width:185px;
	background-position: 0 0;
}
.menu .pageLink li.consulting a{
	width:165px;
	background-position: -185px 0;	
}
.menu .pageLink li.personalcolor a{
	width:214px;
	background-position: -350px 0;
}
.menu .pageLink li.closet a{
	width:179px;
	background-position: -564px 0;	
}
.menu .pageLink li.support a{
	width:184px;
	background-position: -743px 0;	
}
/*
.menu .pageLink li.option a{
	width:155px;	
	background-position: -602px 0;	
}
*/
.menu .pageLink li.flow a{
	width:291px;	
	background-position: -315px -60px;
	clear:both;
}


/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
  .menu .pageLink li.personalstyling a:hover{
    background-position: 0 -93px;
  }
  .menu .pageLink li.consulting a:hover{
	  background-position: -185px -93px;	
  }
  .menu .pageLink li.personalcolor a:hover{
	  background-position: -350px -93px;
  }
  .menu .pageLink li.closet a:hover{
	  background-position: -564px -93px;	
  }
  .menu .pageLink li.support a:hover{
	  background-position: -743px -93px;	
  }  
  .menu .pageLink li.flow a:hover{
	  background-position: -315px -153px;	
  }
  .menu .pageLink li.flow a{
	  margin:28px 0 0 315px;
  }  
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu .pageLink{
		width:291px;
		height:auto;
		margin:10px auto 0;
	}
	.menu .pageLink li{
		display: inline-block;
	}		
	.menu .pageLink li:nth-child(1),
	.menu .pageLink li:nth-child(3){
	}
	.menu .pageLink li:nth-child(2),
	.menu .pageLink li:nth-child(4){
		margin-left:18px;
	}	
	.menu .pageLink li a{
		float:none;
		width:100%;	
		margin-bottom:8px;
	}		
	.menu .pageLink li.personalstyling a{
  	width:154px;
		background-position: 0 0;
	}
	.menu .pageLink li.consulting a{
  	width:113px;
		background-position: -218px 0;
	}	
	.menu .pageLink li.personalcolor a{
    width:154px;
		background-position: -384px 0;
	}
	.menu .pageLink li.closet a{
    width:113px;
		background-position: -597px 0;	
	}
	.menu .pageLink li.support a{
    width:154px;
		background-position: -776px 0;	
	}	
/*
	.menu .pageLink li.option a{
		width:83px;	
		background-position: -626px 0;	
	}
*/
	.menu .pageLink li.flow{
    width:291px;
    display: block;
    margin:15px auto;
    padding-left:0;
	}	
	.menu .pageLink li.flow a{
    padding-left:0;
	}	
}

/* ---------------------------------------------------------
	2.3 - txtFrame
--------------------------------------------------------- */
.menu .txtFrame{
	width:860px;
	margin:0 auto;
}
.menu .txtFrame p{
	font-size:14px;
	margin-top:20px;
}
.menu .txtFrame .style_txt{
	margin-right:190px;
}
.menu .txtFrame .notes{
	font-size:10px;
	margin-top:-10px;
}

/* riyou */
.menu .txtFrame .riyou{
	border:1px solid #f6abd5;
	padding:18px 33px;
	margin-top:30px;
}
.menu .txtFrame .riyou p{
	margin:0;
	padding:0;
	font-size:12px;
}
.menu .txtFrame .riyou p.title{
	font-size:16px;
	color:#e51588;
}
.menu .txtFrame .riyou p.notes{
	font-size:10px;
	margin-top:5px;
}
.menu .txtFrame .riyou ul{
	margin:5px 0;
}
.menu .txtFrame .riyou ul li{
	font-size:14px;
	font-weight: bold;
	display: inline-block;
	margin-right:8px;
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu .txtFrame{
		width:100%;
		margin:0;
	}
  .menu .txtFrame .style_txt{
	  margin-right:0;
  }
	/* riyou */
	.menu .personalstylingFrame .riyou{
		padding:15px;
	}
	.menu .personalstylingFrame .riyou ul li{
		display: block;
		margin-right:0;
	}
}



/* ---------------------------------------------------------
	2.4 - article
--------------------------------------------------------- */
.menu article{
	background-color:#faf7ec;
	width:860px;
	margin:30px auto 0;
	position: relative;
}
.menu article .tag{
	display: block;
	text-indent: -999999;
	position: absolute;
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu article{
		width:100%;
	}
}

/* ---------------------------------------------------------
	2.5 - articleInner
--------------------------------------------------------- */
.menu article .articleInner{
	padding:23px 40px 40px;
}
.menu article .articleInner p.topTxt{
	font-size:14px;
	padding:0;
	margin:0;
}
.menu article .articleInner .notes{
  clear:both;
	font-size:10px;
	padding-top:10px;
}
.menu article .articleInner .right{
	text-align:right;
}
.menu article .articleInner ul.course li{
		text-align:center;
		border:1px solid #f4c0de;
		font-size:16px;
		font-weight: bold;
		color:#e40081;
		background-color:#fff;
		line-height:1.3;
}
.menu article .articleInner ul.course li span{
	font-size:12px;
}
.menu article .articleInner ul.course li.plus{
		border:none;
		font-size:28px;
		background-color:transparent;
		line-height:1;
}
	
/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){

	.menu article .articleInner ul.course{
		margin:23px auto 0 auto;
		padding:0;
		display:table;
	}
	.menu article .articleInner ul.course li{
		zoom : 1 ;
		display:table-cell;
		vertical-align: middle;
		width:224px;
		height:96px;
	}
	.menu article .articleInner ul.course li.long{
		width:500px;
	}	
	.menu article .articleInner ul.course li.plus{
		width:45px;
	}
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu article .articleInner{
		padding:15px 15px 30px 15px;
	}
	.menu article .articleInner .right{
		text-align:left;
	}
	.menu article .articleInner ul.course{
		margin:20px 0 0 0;
	}
	.menu article .articleInner ul.course li{
		padding:10px;
	}
	.menu article .articleInner ul.course li.plus{
		padding:3px;
	}
}



/* ---------------------------------------------------------
	2.6 - articleInner Table
--------------------------------------------------------- */
.menu article .articleInner table{
	margin-top:10px;
	width:100%;
	display: table;
}
.menu article .articleInner table th{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	font-size:14px;
	padding:16px;
	line-height:1;
	border-bottom:2px solid #fff;
	background-color:#f0e9cd;
	border-right:2px solid #faf7ec;
}
.menu article .articleInner table th.service{
	background-color:#353535;
	width:522px;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	padding:8px;
	border-bottom:2px solid #faf7ec;
}
.menu article .articleInner table th.price{
	background-color:#353535;
	font-size:16px;
	color:#fff;
	font-weight: bold;
	padding:8px;
	border-right:none;
	border-bottom:2px solid #faf7ec;
	white-space: nowrap;
}
.menu article .articleInner table th span{
	font-size:12px;
}
.menu article .articleInner table td{
	background-color:#fff;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	white-space: nowrap;
	font-size:14px;
	font-weight: bold;
	border-bottom:2px solid #faf7ec;
}
.menu article .articleInner table tr.last th,
.menu article .articleInner table tr.last td{
	border-bottom:none;
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu article .articleInner table th{
		padding:12px 10px;
		}
	.menu article .articleInner table th.service{
		width:auto;
		font-size:14px;
	}
	.menu article .articleInner table th.price{		
		font-size:14px;
	}
}

/* ---------------------------------------------------------
	2.7 - articleInner Place
--------------------------------------------------------- */
.menu article .articleInner h6.place{
  clear:both;
  float:left;
  width:70px;
  vertical-align: top;
}
.menu article .articleInner ul.place{
  float:right;
  width:710px;
  margin-top:24px;
  vertical-align: top;
  font-size:12px;
}
.menu article .articleInner ul.place span{
	font-weight: bold;
	padding-right:5px;
}
.menu article .articleInner ul.place li{
  list-style:disc;
  margin-left:20px;
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .menu article .articleInner h6.place{
    float:none;
		display: block;
		width:100%;
		margin-bottom:5px; 
  }
  .menu article .articleInner ul.place{
   float:none;
   width:100%;
   margin-top:0;
  } 
  .menu article .articleInner ul.place span{
		display:block;
		width:100%;
		padding-right:0
	}  
}


/* ---------------------------------------------------------
	2.8 - articleInner attention
--------------------------------------------------------- */
.menu article .articleInner .attention{
  clear:both;
  padding-top:25px;
}
/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
  .menu article .articleInner .attention.rightside{
	  margin-left:70px;
	  padding-top:10px;
  }
}
/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
  .menu article .articleInner .attention.rightside{
	  padding-top:10px;
  }
}
/* ---------------------------------------------------------
	2.9 - btn Contact
--------------------------------------------------------- */
.menu .btnContact{
	text-align:center;
	margin-top:60px;
}
/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
	.menu .btnContact a:hover img{
	    background-color:#fff;
		opacity: 0.6;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		-ms-filter: "alpha(opacity=60)";
	}
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu .btnContact.bottom{
		margin-top:10px;
	}
	.menu .btnContact a{
	 	display:block;
		width:100%;
		height:60px;
		overflow:hidden;
		background:#b19867 url(../images/sp-btn-contact.png) center center no-repeat;		
	}
	.menu .btnContact img{
		display:none;
	}
}


/* ---------------------------------------------------------
	2.10 - personalstyling 
--------------------------------------------------------- */
/* txtFrame */
.menu .personalstylingFrame .txtFrame{
	background:url(../images/img-personalstyling01.png) right 15px no-repeat;
}

/* article */
.menu .personalstylingFrame article.personalstyling-premium{
	margin-top:60px;
}
.menu .personalstylingFrame article.personalstyling-premium .tag.no1{
	top:-10px;
	left:264px;
}
.menu .personalstylingFrame article.personalstyling-repeat .tag.repeat{
	top:10px;
	left:240px;
}
.menu .personalstylingFrame article.personalstyling-repeat h5{
	text-align:left;
	padding-left:400px;
}

/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
	.menu .personalstylingFrame h4{
		text-indent: -99999px;
		display:block;
		width:380px;
		height:50px;
		background:url(../images/title-personalstyling01.png) top left no-repeat;
	}
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu #personalstyling h3{
		margin-top:40px;
	}
	.menu .personalstylingFrame .txtFrame{
		background:none;
	}
	/* article */
	.menu .personalstylingFrame article.personalstyling-premium .tag.no1{
		top:-27px;
		left:0px;
	}
	.menu .personalstylingFrame article.personalstyling-premium .tag.no1 img{
		width:55px;
		height:55px;
	}
	
	.menu .personalstylingFrame article.personalstyling-repeat h5{
		text-align:center;
		padding-left:0;
		padding-top:40px;
	}		
	.menu .personalstylingFrame article.personalstyling-repeat .tag.repeat{
		width:143px;
		top:10px;
		left: 0;
		right: 0;
		margin: auto;
	}
	.menu .personalstylingFrame article.personalstyling-repeat .tag.repeat img{
		width:143px;
		height:30px;
	}
}

/* ---------------------------------------------------------
	2.11 - personalcolor / closet /consulting / support
--------------------------------------------------------- */
.menu .personalcolorFrame .personalcolor-shindan,
.menu .closetFrame .closet-shindan,
.menu .consultingFrame .consulting-shindan,
.menu .supportFrame .support-shindan{
	margin-top:40px;
}

/* ------------ ■ PC ■------------ */
@media screen and (min-width: 768px){
	.menu .personalcolorFrame h3,
	.menu .closetFrame h3,
	.menu .consultingFrame h3,
	.menu .supportFrame h3{
		margin-top:60px;
	}
	.menu .supportFrame h3 img.sp{
		display: none;	
	}	
	
	.menu .personalcolorFrame h4{
		text-indent: -99999px;
		display:block;
		width:689px;
		height:20px;
		background:url(../images/title-personalcolor01.png) top left no-repeat;
	}
	.menu .closetFrame h4{
		text-indent: -99999px;
		display:block;
		width:539px;
		height:50px;
		background:url(../images/title-closet01.png) top left no-repeat;
	}
	.menu .consultingFrame h4{
		text-indent: -99999px;
		display:block;
		width:722px;
		height:21px;
		background:url(../images/title-consulting01.png) top left no-repeat;
	}
	.menu .supportFrame h4{
		text-indent: -99999px;
		display:block;
		width:711px;
		height:50px;
		background:url(../images/title-support01.png) top left no-repeat;
	}
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu .supportFrame h3 img.pc{
		display: none;	
	}	
}


/* ---------------------------------------------------------
	2.20 - option
--------------------------------------------------------- */
.menu .optionFrame article.option-mail,
.menu .optionFrame article.option-lesson{
	margin-top:5px;
}
.menu .optionFrame h6{
	margin-top:30px;
}

/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu .optionFrame h3{
		margin-top:60px;
	}
	.menu .optionFrame h5{
		padding-left:0
	}	
}



/* ---------------------------------------------------------
	2.21 - flow
--------------------------------------------------------- */
.menu .flowFrame .flowInner{
	border:4px solid #ececec;
	width:860px;
	margin:0 auto;
	min-height:148px;
	min-height:120px\9;
	padding:23px 0 20px 54px;
}
.menu .flowFrame .flowInner .txt{
	font-size:14px;
	margin-top:16px;
	margin-right:200px;
}
.menu .flowFrame .flowInner .link{
	margin-top:5px;
}
.menu .flowFrame .flowInner .link a{
	font-size:12px;
	background:url(../../common/images/icon-triangle_pink.png) left center no-repeat;
	padding-left:11px;
	line-height:1;
}
.menu .flowFrame .flowInner .notes{
	font-size:10px;
	margin-top:10px;
}
.menu .flowFrame .flowInner .memo{
	background-color:#fcfbf6;
	border:1px solid #ece3c8;
	margin-top:15px;
	padding:18px;
	width:745px;
}
.menu .flowFrame .flow04 .flowInner .memo{
	width:575px;
}
.menu .flowFrame .flowInner .memo ul li{
	font-size:14px;
	color:#d63694;
	font-weight: bold;
}

.menu .flowFrame .flow01 .flowInner{
	margin-top:40px;
	background:url(../images/title-flow01.png) 37px 15px no-repeat;
}
.menu .flowFrame .flow02 .flowInner{
	background:url(../images/title-flow02.png) 37px 15px no-repeat;
}
.menu .flowFrame .flow03 .flowInner{
	background:url(../images/title-flow03.png) 37px 15px no-repeat;
}
.menu .flowFrame .flow04 .flowInner{
	background:url(../images/title-flow04.png) 37px 15px no-repeat;
}
.menu .flowFrame .flow05 .flowInner{
	background:url(../images/title-flow05.png) 37px 15px no-repeat;
}
.menu .flowFrame .flow06 .flowInner{
	background:url(../images/title-flow06.png) 37px 15px no-repeat;
}

.menu .flowFrame .flow01,
.menu .flowFrame .flow02,
.menu .flowFrame .flow03,
.menu .flowFrame .flow04,
.menu .flowFrame .flow05{
	padding-bottom:69px;
	background:url(../images/icon-flow.png) center bottom no-repeat;
}
.menu .flowFrame .flow06{
	padding-bottom:20px;
}

.menu .flowFrame .flow05 .memo .left{
	float:left;
	width:330px;
}
.menu .flowFrame .flow05 .memo .right{
	width:370px;
	float:right;
}
.menu .flowFrame .flow05 .memo .salon{
	color:#987200;
}


/* ------------ ■ sphone ■------------ */
@media screen and (max-width: 767px){
	.menu .flowFrame h3{
		width:100%;
		margin-top:60px;
	}
	.menu .flowFrame .flowInner{
		width:100%;
		margin:0;
		min-height:auto;
		padding:15px 0;
	}
	.menu .flowFrame .flowInner .txt{
		margin:0;
		padding:15px 15px 5px 15px;
	}
	.menu .flowFrame .flowInner .link{
		padding:0 15px;
	}
	.menu .flowFrame .flowInner .notes{
		padding:0 15px;
	}
	.menu .flowFrame .flowInner .memo{
		padding:15px;
		width:95%;
		margin:15px auto 0;
	}
	.menu .flowFrame .flow04 .flowInner .memo{
		width:95%;
	}
	.menu .flowFrame .flowInner .memo .notes {
		padding:0;
	}

	.menu .flowFrame .flow01 .flowInner{
		margin-top:20px;
		background:url(../images/sp-title-flow01.png) left top no-repeat;
	}
	.menu .flowFrame .flow02 .flowInner{
		background:url(../images/sp-title-flow02.png) left top no-repeat;
	}
	.menu .flowFrame .flow03 .flowInner{
		background:url(../images/sp-title-flow03.png) left top no-repeat;
	}
	.menu .flowFrame .flow04 .flowInner{
		background:url(../images/sp-title-flow04.png) left top no-repeat;
	}
	.menu .flowFrame .flow05 .flowInner{
		background:url(../images/sp-title-flow05.png)left top no-repeat;
	}
	.menu .flowFrame .flow06 .flowInner{
		background:url(../images/sp-title-flow06.png)left top no-repeat;
	}

	.menu .flowFrame .flow05 .memo .left,
	.menu .flowFrame .flow05 .memo .right{
		float:none;
		width:100%;
	}
	.menu .flowFrame .flow05 .memo .left img{
		width:100%;
		height:auto;
		margin-bottom:15px;
	}
}