@charset "UTF-8";
/* CSS Document */

/** サイズ修正 **/

main h2 img.menuTitle{
	width: 91px;
	height: 40px;
}

main ul li img.redIcon{
	width: 10px;
	height: 10px;
}

main img.cutTitle{
	width: 120px;
	height: 40px;
}

main img.colorTitle{
	width: 140px;
	height: 40px;
}

main img.permTitle{
	width: 130px;
	height: 40px;
}

main img.straightTitle{
	width: 278px;
	height: 40px;
}

main img.treatmentTitle{
	width: 232px;
	height: 40px;
}

main img.shampooTitle{
	width: 190px;
	height: 40px;
}

main img.setTitle{
	width: 118px;
	height: 40px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main h2 img.menuTitle{
		width: 17.7vw;
		height: auto;
	}

	main ul li img.redIcon{
		width: 1.95vw;
		height: auto;
	}

	main img.cutTitle{
		width: 24.6vw;
		height: auto;
	}

	main img.colorTitle{
		width: 29.4vw;
		height: auto;
	}

	main img.permTitle{
		width: 27.3vw;
		height: auto;
	}

	main img.straightTitle{
		width: 61.4vw;
		height: auto;
	}

	main img.treatmentTitle{
		width: 50.9vw;
		height: auto;
	}

	main img.shampooTitle{
		width: 41.2vw;
		height: auto;
	}

	main img.setTitle{
		width: 23.9vw;
		height: auto;
	}
}


/** contents **/
@media screen and (min-width:319px) and (max-width:768px){
	main{
		padding: 0 1.3vw;
	}
	
	main section{
		margin-top: 5vw;
	}
}

main h2 img.circleIcon{
	margin-left: 6px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main h2 img.circleIcon{
		margin-left: 1.8vw;
	}
}

main h2 img.menuTitle{
	margin: 0 0 3px 21px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main h2 img.menuTitle{
		margin: 0 0 1vw 4.94vw;
	}
}

main p img.lineLong{
	margin: 10px 0 20px 0;
}

@media screen and (min-width:319px) and (max-width:768px){
	main p img.lineLong{
		margin: 1vw 0 2vw 0;
	}	
}

main section.titleBox{
/*		margin-top: 5vw;*/
		position: relative;
	}

main p.menuExplanation{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	line-height: 1.4em;
}

@media screen and (min-width:319px) and (max-width:768px){
	main p.menuExplanation{
		top: 2vw;
		right: 0.25vw;
		font-size: 2vw;
	}
}

main p.sentence{
	margin: 0 30px 40px 30px;
	line-height: 1.2rem;
}

@media screen and (min-width:319px) and (max-width:768px){
	main p.sentence{
		margin: 0 1.95vw 0 1.95vw;
		line-height: 5.5vw;
	}
}

main .menuBox{
	width: 360px;
	margin-bottom: 40px;
	float: left;
	line-height: 1.3rem;
}

@media screen and (min-width:319px) and (max-width:768px){
	main .menuBox{
		width: 100%;
		padding: 0 1.95vw 0 1.95vw;
		margin-bottom: 6.51vw;
		float: none;
	}
}

main .menuBox:last-child{
	clear: both;
}

main .menuBox p{
	margin-bottom: 20px;
/*	line-height: 1.2rem;*/
}

@media screen and (min-width:319px) and (max-width:768px){
	main .menuBox p{
		margin-bottom: 1.95vw;
		line-height: 1.2em;
	}
}

main .leftMenuBox{
	margin-left: 30px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main .leftMenuBox{
		margin-left: 0;
	}
}

main .rightMenuBox{
	margin-left: 50px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main .rightMenuBox{
		margin-left: 0;
	}
}

main .menuBox ul li{
	width: 360px;
	margin-bottom: 20px;
	border-bottom: 1px solid #5e3300;
	padding-bottom: 5px;
	position: relative;
}

@media screen and (min-width:319px) and (max-width:768px){
	main .menuBox ul li{
		width: 100%;
		padding-bottom: 0.97vw;
	}
}

main .menuBox span.small{
	font-size: 12px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main .menuBox span.small{
		font-size: 2.6vw;
	}
}

main .menuBox ul li span.price{
	position: absolute;
	right: 0;
}

main .menuBox ul li span.second{
	margin-left: 14px;
}

@media screen and (min-width:319px) and (max-width:768px){
	main .menuBox ul li span.second{
		margin-left: 3.32vw;
	}
}
















