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

#wrap_aveda {
	color:#555;
}
#box_intro {
	width: 850px;
	margin: 30px auto;
	padding: 18px;
	border: 15px solid #dbe3cc;
	margin-top: 20px; 
}
#box_intro .textbox {
	margin: 10px 5px 0;
}
#box_counseling {
	width: 850px;
	margin: 50px auto;
	border: 1px solid #ccc;
	border-radius: 15px;
	background-color: #c5d3a9;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.40);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.40);
	box-shadow: 0 1px 5px rgba(0,0,0,0.40);
	padding:30px;
	z-index: 1;
	position: relative;
}
img.flow {
	text-align: center;
	z-index: 2;
	top: -60px;
	left: 200px;
	position: absolute;
}
#wrap_aveda p {
    font-family:'���C���I',Meiryo,'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro','�l�r �o�S�V�b�N',sans-serif;
	padding-bottom: 8px;
}
#wrap_aveda h2 {
    font-family:'���C���I',Meiryo,'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro','�l�r �o�S�V�b�N',sans-serif;

}
#wrap_aveda h4 {
    font-family:'���C���I',Meiryo,'�q���M�m�p�S Pro W3','Hiragino Kaku Gothic Pro','�l�r �o�S�V�b�N',sans-serif;
	padding-bottom: 8px;
	font-weight: normal;

}
h2.subtitle_aboutaveda {
	width: 884px;
	height: 65px;
	padding-top: 8px;
	color: #6c0000;
	text-indent: -99999px;
	background-image: url(../aveda/images/title01.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ccc;
}
h2.subtitle_headspa {
	width: 884px;
	height: 65px;
	padding-top: 8px;
	color: #6c0000;
	text-indent: -99999px;
	background-image: url(../aveda/images/title02.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #ccc;
}
#flow_box {
	margin-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
}
.text_left {
	float: left;
	width: 500px;
	padding-top: 20px;
}
.image_right01 {
	float: left;
	width: 320px;
	height: 213px;
	background-image: url(../aveda/images/cs_01_h.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.image_right03 {
	float: left;
	width: 320px;
	height: 213px;
	background-image: url(../aveda/images/cs_03_h.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.image_right05 {
	float: left;
	width: 320px;
	height: 213px;
	background-image: url(../aveda/images/cs_05_h.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.text_right {
	float: right;
	width: 500px;
	padding-top: 20px;
}
.image_left02 {
	float: left;
	width: 320px;
	height: 213px;
	background-image: url(../aveda/images/cs_02_h.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.image_left04 {
	float: left;
	width: 320px;
	height: 213px;
	background-image: url(../aveda/images/cs_04_h.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.number {
	font-size: 30px;
	font-family: "�l�r �o����","MS PMincho","�q���M�m���� Pro W3","Hiragino Mincho Pro",serif;
	color:#ffffff;
	border-radius: 3px;
	background-color: #2a4001;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.40);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.40);
	box-shadow: 0 1px 5px rgba(0,0,0,0.40);
	padding: 3px;	
	margin: 0 10px 10px 0;
}
.flow_title {
	font-size: 35px;
	font-family: "�l�r �o����","MS PMincho","�q���M�m���� Pro W3","Hiragino Mincho Pro",serif;
	color: #470d00;
	margin: 0 0 10px;
}
#btnarea {
	width: 950px;
	padding: 0 auto;
	text-align: center;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6�A7�΍�*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x�΍�*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--スマートフォン対応追加記述--*/
.aveda_logo{
	float: right;
	width: 271px;
	height: 51px;
	margin: 5px 5px 10px 10px;
}
.image_product{
	float:left;
	 width:300px;
	 height:200px;
	 margin:5px;
}
.image_headspa_h{
	float:left;
	width:250px;
	height:365px;
	margin:5px;
}
/*--タブレット対応--*/
@media screen and (min-width: 641px) and (max-width: 1059px) {
#wrap_aveda {
	width: 100%;
}
#box_intro , #box_counseling {
	width: 92%;
	padding: 2%;
}
h2.subtitle_aboutaveda , h2.subtitle_headspa {
	width: 100%;
	background-size: 70%;
}
.aveda_logo {
	width: 40%;
	height: auto;
	margin: 0.5% 0.5% 1% 1%;
}
.image_product , .image_headspa_h {
	width: 40%;
	height: auto;
	margin: 0.5%;
}
img.flow {
	width: 60%;
	height: auto;
	top: -6%;
	left: 20%;
}
.text_left , .text_right {
	width: 69%;
	padding-top: 0;
}
.number {
	font-size: 25px;
}
.flow_title {
	font-size: 30px;
}
.image_right01 , .image_left02 , .image_right03 , .image_left04 , .image_right05 {
	background-size: 100%;
	width: 30%;
	height: 140px;
}

}