
/* =============================================================================
   各項目共通
   ========================================================================== */
#container{
	margin-top: 50px;
}

p{
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 20px auto 0;
	font-size: 14px;
	text-align: left;
	width: 95%;
}

.pc_br{
	display: none;
}

section{
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.item_image{
	display: block;
	width: 100%;
	margin: 20px auto;
}

.layerTransparent{
	background-color: rgba(255,177,196,0.5);
    padding: 23px 0;
}

/* =============================================================================
   アロマトリートメント
   ========================================================================== */
/* 背景設定 */
#aroma{
    width: 100%;
}

#aroma .block{
    background: url(../img/aroma_bg_01.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 180%;

}

#aroma article{}

#aroma .box{}

#aroma .title{
	width: 95%;
	margin: 0 auto;
}

#aroma .title img{
	width: 100%;
}

#aroma h2{}

#aroma p{
	text-align: center;
}

#aroma h3{
	font-size: 18px;
	font-weight: bold;
}

#aroma h2,
#aroma h3,
#aroma p{
	color: #FFFFFF;
	-moz-text-shadow: 0px 0px 5px #FFB1C4;
	-webkit-text-shadow: 0px 0px 5px #FFB1C4;
	text-shadow: 0px 0px 5px #FFB1C4;
	width: 95%;
	margin: 0 auto;
}

/* =============================================================================
   アロマトリートメント枠
   ========================================================================== */
/* 背景設定 */
#effect{
	background-color: #FFFDE4;
	width: 100%;
	padding-bottom: 30px;
}

#effect .title {
	margin: 0 auto;
	padding: 20px 0 5px;
}

#effect h3{
	font-size: 18px;
	font-weight: bold;
}

#effect>#item {

}

#effect .box{

}

/* =============================================================================
   7つの効果
   ========================================================================== */
#seven_effect{}

#seven_effect .effect_icon{
	font-size: 0;
}

#seven_effect .effect_icon li{
	background-color: #FFB1C4;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 145px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	margin: 5px;
	padding: 10px 0;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */ 
}

#seven_effect .effect_icon li:nth-child(7){
	padding: 19px 0;
}

#seven_effect br{
	display: block;
}

#seven_effect p{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

#sp_bg{
	margin-bottom: 30px;
}

/* =============================================================================
   あなただけのアロマトリートメント
   ========================================================================== */
#you_just{
	margin: 30px auto 0;
	width: 95%;
}

#you_just .box{}

#you_just p{}

#you_just span{}

#you_just h2{
	font-size: 16px;
}

#you_just .title img{}

#you_just h3{
	font-size: 15px;
}

#you_just h3 span{
	display: block;
	font-size: 12px;
}

#you_just .you_just_img{
	margin-top: 20px;
}

#you_just .you_just_img li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 30%;
}

#you_just .text1{
	font-size: 13px;
}

#you_just .text1 span{
	display: block;
	font-size: 21px;
}

#you_just .text2{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

#you_just .text3 br{
	display: block;
}

#you_just .text3 .pc_br{
	display: none;
}

#you_just .text3 span{
	display: block;
	border: 1px solid;
	padding: 10px 0;
	width: 95%;
	margin: 10px auto 5px;;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */ 
}

#you_just .text4{}

#you_just .text1,
#you_just .text2,
#you_just .text3,
#you_just .text4{
	text-align: center;
}


#effect .menu_btn{
	border: 1px solid;
	padding: 10px 0;
	margin: 30px auto 0;
	width: 280px;
}






