@charset "utf-8";
/* =============================================================================
   非表示
   ========================================================================== */
#foot_tel{
	display: none;
}

/* =============================================================================
   共通
   ========================================================================== */
body{
	width: 100%;
	min-width: 1280px;
	letter-spacing: 2;
	line-height: 2;
	overflow-x: hidden;
	font-size: 15px;
}

#container{}

#wrapper{
	width:100%;
}

/* =============================================================================
   各項目共通
   ========================================================================== */
section {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
/*    min-width: 1000px;  */
/*    min-height: 1000px;  */
}

.box{
	margin: 0 auto;
}

.box_left{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.box_right{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.box_center{
	display: table-cell;
	vertical-align: middle;
}

/*MENUを見る*/
.menu_btn{
	clear: both;
	font-size: 18px;
	font-weight: bold;
	font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
	letter-spacing: 2px;
	border: 1px solid #151515;
	text-align: center;
	width: 250px;
	margin: 0 auto;
}

.menu_btn a{
	display: block;
	padding: 17px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.menu_btn a:hover{
	transition: all 1s ease 0s;
	background-color: rgba(255,255,255,0.6);
}

section p{
	font-size: 21px;
	letter-spacing: 4px;
}

.sp_br{
	display: none;
}

#sp_bg{
	display: none;
}
/* =============================================================================
   アロマトリートメント
   ========================================================================== */
section:nth-of-type(1){
	background: #FFFFFF;
    height: 1080px;
}

/* 背景設定 */
#aroma>div:nth-of-type(1){
    background: url(../img/aroma_bg_01.jpg) no-repeat fixed;
    background-position: 0 0 !important;
    background-size: cover !important;
    margin: 0;
    height: 1080px;
    position: absolute;
    top: 0;left :0;
    width: 100%;   
}

#aroma article{
	position: absolute;
	left: 0;
	z-index:4;
	display: table;
	width: 50%;
	height: 100vh;
}

#aroma .box{
	width: 900px;
	margin-left: 100px;
}

#aroma .title{
	margin: 100px 0 20px;
}

#aroma .title img{
	margin-left: -35px;
}

#aroma h2{
	color: #FFFFFF;
	-moz-text-shadow: 0px 0px 16px #FFB1C4;
	-webkit-text-shadow: 0px 0px 16px #FFB1C4;
	text-shadow: 0px 0px 16px #FFB1C4;
	line-height: 2;
	font-family: "ヒラギノ明朝","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;
}

#aroma p{
	margin-top: 50px;
}

#aroma h3,
#aroma p{
	color: #FFFFFF;	
	-moz-text-shadow: 0px 0px 16px #FFB1C4;
	-webkit-text-shadow: 0px 0px 16px #FFB1C4;
	text-shadow: 0px 0px 16px #FFB1C4;
}

/* =============================================================================
   アロマトリートメント枠
   ========================================================================== */
section:nth-of-type(2){
	background: #FFFFFF;
    height: 2985px;
}
/* 背景設定 */
#effect>div:nth-of-type(1){
    background: url(../img/aroma_bg_02_1.jpg) 50% 0  no-repeat fixed;
    background-size: cover !important;
    margin: 0;
    height: 2985px;
    position: absolute;
    top: 0;left :0;
    width: 100%;   
}

#effect>div:nth-of-type(2) {
    background: url(../img/aroma_bg_02_2.png) 50% 0 no-repeat fixed;
 /*   background-size: cover !important; */
    margin: 0;
    height: 2985px;
    position:absolute;
    top:0px;left:0px;
    width:100%;
}

#effect>#item {
    background: url(../img/aroma_bg_02_3.png) 50% 0 no-repeat fixed;
    background-size: cover !important;
    margin: 0;
    height: 2985px;
    position:absolute;
    top:0px;left:0px;
    width:100%;
	z-index:5;
}

#effect .box{
	width: 900px;
}

/* =============================================================================
   7つの効果
   ========================================================================== */
#seven_effect{
	position: absolute;
	left: 0;
	top: 40px;
	z-index:5;
	display: table;
	width: 100%;
	height: 700px;
	text-align: center;
}

#seven_effect .effect_icon{
	display: table;
	border-collapse: separate;
	border-spacing: 15px 35px;
	margin: 0 auto;
}

#seven_effect .effect_icon li{
	display: table-cell;
	background-color: #FFB1C4;
	vertical-align: middle;
	letter-spacing: 3px;
	line-height: 1.2;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	width: 115px;
	height: 115px;
	border-radius: 50%; /* CSS3草案 */
	-webkit-border-radius: 50%; /* Safari,Google Chrome用 */
	-moz-border-radius: 50%; /* Firefox用 */ 
}

#seven_effect h3,
#seven_effect p{
	font-size: 25px;
}

/* =============================================================================
   あなただけのアロマトリートメント
   ========================================================================== */
#you_just{
	position: absolute;
	left: 0;
	top: 1500px;
	z-index:10;
	display: table;
	width: 100%;
	height: 540px;
	text-align: center;
}

#you_just .box{
	background-color: rgba(255,255,255,0.8);
	width: 900px;
	padding: 50px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-shadow: 0 0 15px #CCC;
	-webkit-box-shadow: 0 0 15px #CCC;
	box-shadow: 0 0 15px #CCC;
}

#you_just p{
	text-align: left;
	width: 650px;
	margin: 25px auto;
}

#you_just span{
	letter-spacing: 5px;
}

#you_just h2{
	font-size: 28px;
	letter-spacing: 3px;
}

#you_just .title img{
	width: 400px;
}

#you_just h2 br{
	display: none;
}

#you_just h3{
    font-size: 25px;
    letter-spacing: 10px;
    line-height: 1.5;
    margin-top: 35px;
}

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

#you_just .you_just_img{
	margin: 65px auto;
}

#you_just .you_just_img li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 20px;
	width: 180px;
}

#you_just .text1{
	line-height: 1.6;
}

#you_just .text1 span{
    font-size: 40px;
    font-weight: bold;
}

#you_just .text2{
    border-bottom: 1px solid;
    display: inline;
    font-size: 30px;
    padding-bottom: 10px;
}

#you_just .text3{
    font-size: 21px;
}

#you_just .text3 br{
	display: none;
}

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

#you_just .text4{}

#you_just .text1,
#you_just .text2,
#you_just .text3,
#you_just .text4{
	text-align: center;
	width: 100%;
	margin: 55px 0;
}


#effect .menu_btn{
	bottom: 80px;
}




