@charset "UTF-8";
@import url(base.css);

 /*----- フェードイン -----*/
    .inviewfadeIn {
        opacity: 0;
        transition: .8s;
    }
    
    .fadeIn {
        opacity: 1.0;
    }

    /*----- 上へスライド -----*/
    .inviewUp {
        transform: translate(0, 40px);
        -webkit-transform: translate(0, 40px);
        transition: .8s;
    }
    
    .Up {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }

    /*----- ズームイン -----*/
    .inviewzoomIn {
        transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transition: .8s;
    }
    
    .zoomIn {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
    } 
    
    /*----- フェードインしながら上へスライド -----*/
    .inviewfadeInUp {
        opacity: 0;
        transform: translate(0, 60px);
        -webkit-transform: translate(0, 60px);
        transition: .8s;
    }
    
    .fadeInUp {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    /*----- フェードインしながら左へスライド -----*/
    .inviewfadeInLeft {
        opacity: 0;
        transform: translate(60px, 0);
        -webkit-transform: translate(60px, 0);
        transition: .8s;
    }
    
    .fadeInLeft {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    /*----- フェードインしながら右へスライド -----*/
    .inviewfadeInRight {
        opacity: 0;
        transform: translate(-60px, 0);
        -webkit-transform: translate(-60px, 0);
        transition: .8s;
    }
    
    .fadeInRight {
        opacity: 1.0;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    /*----- フェードインしながら右へスライド -----*/
    .inviewBorder div {
        opacity: 1.0;
		transition-delay: 0.7s;
		transition: 2.8s;
		height: 0;
    }
    
    .fadeInBorder {
		transition-delay: 0.7s;
		transition: 2.8s;
    }
.sub .background_border {height: 100%;}
img.fit {
	width: 100%;
	height: auto;
}



/* ------------------------------------------------------------ */
/* about */
/* ------------------------------------------------------------ */
#about #section_01 {
	padding: 160px 0;
	position: relative;
	width: 100%;
	background:url(../img/about/about_01.jpg) no-repeat left top;
	background-size: 783px auto;
}
#about #section_01 h1 {
	text-align: center;
	width: 228px;
	margin: 0 auto 130px;
}
#about #section_01 .bg {
	background: rgba(255,255,255,0.47);
	box-sizing: border-box;
	padding: 30px;
    letter-spacing: 0.2em;
    line-height: 20px;
}
#about #section_01 .box01 h2 {
	width: 672px;
	margin: 0 auto 40px;
}
#about #section_01 .box01 {
	width: 790px;
	margin: 0 auto 60px;
}
#about #section_01 .box02 h2 {
	width: 640px;
	margin: 0 auto 40px;
}
#about #section_01 .box02 {
	width: 672px;
	margin-left: calc(100% - 1000px);
}
#about #section_01 .box02 .txt {
	padding: 0 0 40px 100px;
}
#about #section_01 .background_border .border1 {
transform-origin: 0 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: calc(50% + 670px );
    top: 0px;
	height: 0;
}
#about #section_02 {
	position: relative;
	margin: 0 0 60px;
}
#about #section_02 .box01 h2 {
	width: 720px;
	margin: 0 auto 40px;
}
#about #section_02 .box01 {
	width: 800px;
	margin: 0 auto 100px;
    letter-spacing: 0.2em;
    line-height: 20px;
}
#about #section_01 .box01 .name {
	text-align: right;
	padding: 30px 0;
}
#about #section_01 .box01 .name img {
	width: 200px;
	height: auto;
}
#about #section_02 .box02 h2 {
	width: 644px;
	margin: 0 auto 40px;
}
#about #section_02 .box02 {
	width: 800px;
	letter-spacing: 0.2em;
    line-height: 20px;
	margin: 0 auto;
}
#about #section_02 .background_border .border1 {
transform-origin: 0 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    left: calc(50% - 350px );
    top: 25px;
	height: 0;
}
#about #section_03 {
	width: 96%;
	margin: 0 auto 150px;
	overflow: hidden;
}
#about #section_03 ul {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
#about #section_03 li {
	width: 24.6%;
	margin-top: 0;
	margin-right: .2%;
	margin-left: .2%;
	margin-bottom: .4%;
	float: left;
}
#about #section_03 li img {
	width: 100%;
	height: auto;
}
#about #section_01 .fadeInBorder .border1,
#about #section_02 .fadeInBorder .border1 {
    height: 600px;
}
#about #section_04 {
	padding:  0;
	position: relative;
	margin: 0 0 50px;
}
#about #section_04 .box01 {
	width: 800px;
	letter-spacing: 0.2em;
    line-height: 20px;
	margin: 0 auto 60px;
}
#about #section_04 .background_border .border1 {
    transform-origin: 0 0;
    transform: rotate(-49deg);
    -moz-transform: rotate(-49deg);
    -webkit-transform: rotate(-49deg);
    left: calc(50% + 190px );
	height: 0;
}
#about #section_04 .background_border {
	margin: -150px 0 0;
}
#about #section_01 .photo {
	width: 333px;
	height: auto;
	float: left;
	margin: 0 25px 25px 0;
}
#about #section_01 h3 img {
	width: 275px;
	height: auto;
	margin: 0 auto 15px;
}
#about #section_04 .fadeInBorder .border1 {
    height: 200%;
}
#about #section_04 .box02 {
	width: 800px;
	margin: 0 auto 120px;
	box-sizing: border-box;
	padding: 0 20px;
}
#about #section_04 .box02 p {
padding-left:1em;
text-indent:-1em;
	line-height: 1.8em;
}
#salonInfoBox {
	width: 550px;
	margin: 0 auto;
	line-height: 1.8em;
}
#salonInfoBox h2 {
	width: 362px;
	text-align: center;
	margin: 0 auto 20px;
}
#section_access {
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	padding-top: 200px;
}

.way {
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
	max-width: 727px;
}

#map_access {
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#map_access img{
	width: 100%;
	max-width: 752px;
}

/* ------------------------------------------------------------ */
/* fasting */
/* ------------------------------------------------------------ */
#fasting #section_01 {
	padding: 160px 0 0;
	position: relative;
	width: 100%;
	background:url(../img/fasting/fasting_bg.jpg) no-repeat left 50px;
	background-size:100% auto;
}
#fasting #section_01 h1 {
	text-align: center;
	width: 228px;
	margin: 0 auto 30px;
}
#fasting #section_01 .bg {
	background: rgba(255,255,255,0.47);
	box-sizing: border-box;
	width: 840px;
	height: 840px;
	border-radius: 420px;
	position: relative;
	margin: 0 auto;
}
#fasting #section_01 .box01 h2 {
	width: 500px;
	margin: 0 auto 60px;
}
#fasting #section_02 h2 {
	width: 500px;
	margin: 0 auto 80px;
}

#fasting #section_01 .box01 .inner {
    position: absolute;
    top: 160px;
    left: 160px;
    width: 540px;
	line-height: 1.9em;
	letter-spacing: 0.2em;
}
#fasting #section_02 {
	margin: -230px 0 0;
	}
#fasting #section_02 .box01,
#fasting #section_02 .box02 {
	width: 1000px;
	margin: 0 auto 80px;
	clear: both;
	overflow: hidden;
}
#fasting #section_02 .box01 .photo {
	float: left;
	width: 424px;
	height: auto;
	margin: 0 50px 20px 0;
}
#fasting #section_02 .box01 h3 img {
	width: 334px;
	height: auto;
}
#fasting #section_02 .box01 h3 {
	margin: 0 0 30px;
}
#fasting #section_02 .box01 p,
#fasting #section_02 .box02 p {
	line-height: 1.9em;
	margin: 0 0 30px;
	letter-spacing: 0.2em;
}
#fasting #section_02 .btn {
	width: 500px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.5em;
	border:solid 1px #000;
	display: block;
	margin: 0 0 0 474px;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
}
#fasting #section_02 .btn:hover {
	color: #fff;
	background:#000;
}
#fasting #section_02 .box02 .photo {
	float: right;
	width: 424px;
	height: auto;
	margin: 0 0 20px 50px;
}
#fasting #section_02 .box02 .btn {
	margin: 0;
}
#fasting #section_02 .box02 h3 img {
	width: 437px;
	height: auto;
}
#fasting #section_02 .box02 h3 {
	margin: 0 0 30px;
	text-align: right;
}
#fasting #section_03 {
	width: 850px;
	margin: 0 auto 80px;
	box-sizing: border-box;
	padding: 50px 50px 10px;
	border:solid 1px #000;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
#fasting #section_03 h4 {font-size: 1.1em;margin: 0 0 5px;}
#fasting #section_03 .inBox {margin: 0 0 40px;}
#fasting #section_03 p {
	margin: 0 0 15px;
}
#infoFee {
	width: 600px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.5em;
	border:solid 1px #000;
	display: block;
	margin: 0 0 0 474px;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
	background: #000;
	color: #fff;
	margin: 0 auto;
}
#infoFee:hover {
	background: #fff;
	color: #000;
}
/* ------------------------------------------------------------ */
/* haricos */
/* ------------------------------------------------------------ */
#haricos #section_01 {
	padding: 160px 0 0;
	position: relative;
	width: 100%;
	background:url(../img/haricos/haricos_bg.jpg) no-repeat left 67px;
	background-size:100% auto;
}

#haricos #section_01 h1 {
	text-align: center;
	width: 228px;
	margin: 0 auto 30px;
}
#haricos #section_01 .bg {
	background: rgba(255,255,255,0.47);
	box-sizing: border-box;
	width: 840px;
	height: 840px;
	border-radius: 420px;
	position: relative;
	margin: 0 auto;
}
@media screen and (min-width: 1440px){
#haricos #section_01 {
	padding: 0 0 250px;
	}
}

#haricos #section_02 h2 {
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}

#haricos #section_03 h2 {
	width: 600px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
}

.under_line {
	border-bottom: 1px solid rgba(0,0,0,1.00);
}


#haricos #section_02 .caption {
	margin: 0 auto 40px;
	width: 800px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
}
#haricos #section_01 .box01 .inner {
    position: absolute;
    top: 100px;
    left: 160px;
    width: 540px;
	line-height: 1.9em;
	letter-spacing: 0.2em;
}
#haricos #section_01 h2 {margin: 0 0 40px;}
#haricos #svgLogo {
	width: 180px;
	height: auto;
	margin: 0 auto 50px;
}
#haricos #section_02 {
	margin: 0;
	border-bottom-width: 1px;
	}
#haricos #section_02 .box01,
#haricos #section_02 .box02 {
	width: 950px;
	margin: 0 auto 80px;
	clear: both;
	overflow: hidden;
}
#haricos #section_02 .box01 .photo {
	float: left;
	width: 522px;
	height: auto;
	margin: 0 50px 20px 0;
}
#haricos #section_02 .box01 h3 img {
	width: 334px;
	height: auto;
}
#haricos #section_02 h3 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#haricos #section_02 .box01 p,
#haricos #section_02 .box02 p {
	line-height: 1.9em;
	margin: 0 0 30px;
	letter-spacing: 0.2em;
}
#haricos #section_02 .box02 .photo {
	float: right;
	width: 422px;
	height: auto;
	margin: 0 0 20px 50px;
}


#haricos #section_03 {
	margin: 0;
	border-bottom-width: 1px;
	}
#haricos #section_03 .box01,
#haricos #section_03 .box02 {
	width: 950px;
	margin: 0 auto 80px;
	clear: both;
	overflow: hidden;
}
#haricos #section_03 .box01 .photo {
	float: left;
	width: 522px;
	height: auto;
	margin: 0 50px 20px 0;
}
#haricos #section_03 .box01 h3 img {
	width: 334px;
	height: auto;
}
#haricos #section_03 h3 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 1.4em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
#haricos #section_03 .box01 p,
#haricos #section_03 .box02 p {
	line-height: 1.9em;
	margin: 0 0 30px;
	letter-spacing: 0.2em;
}
#haricos #section_03 .box02 .photo {
	float: right;
	width: 422px;
	height: auto;
	margin: 0 0 20px 50px;
}



#haricos #section_04 .box01 {
	width: 750px;
	margin: 0 auto 70px;
}
#haricos #section_04 h3 {
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0 0 30px;
}
#haricos #section_04 h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: 1;
}
#haricos #section_04 h3 img {
	width: 640px;
	height: auto;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
#haricos #section_04 .caption {
	text-align: center;
	margin: 0 0 30px;
}
#haricos #section_04 .txt h4 {
	margin: 0 0 5px;
	font-size: 1.1em;
}
#haricos #section_04 .txt p {
	margin: 0 0 30px;
}
#haricos #section_04 h3.small img {
	width: 420px;
	height: auto;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

#haricos #section_04 h5 {
	padding: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	font-size: 14px;
}

#haricos #section_04 ul {
	padding: 0px;
	margin: 0px;
}

#haricos #section_04 ul  li{
	list-style-type: square;
}


#haricos #section_05 .box01 {
	width: 750px;
	margin: 0 auto 70px;
}
#haricos #section_05 h3 {
	text-align: center;
	position: relative;
	z-index: 2;
	margin: 0 0 30px;
}
#haricos #section_05 h3:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 50%;
	left: 0;
	z-index: 1;
}
#haricos #section_05 h3 img {
	width: 640px;
	height: auto;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
#haricos #section_05 .caption {
	text-align: center;
	margin: 0 0 30px;
}
#haricos #section_05 .txt h4 {
	margin: 0 0 5px;
	font-size: 1.1em;
}
#haricos #section_05 .txt p {
	margin: 0 0 30px;
}
#haricos #section_05 h3.small img {
	width: 420px;
	height: auto;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

#haricos #section_05 h5 {
	padding: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	margin-bottom: 4px;
	font-size: 14px;
}

#haricos #section_05 ul {
	padding: 0px;
	margin: 0px;
}

#haricos #section_05 ul  li{
	list-style-type: square;
}

.important_text {
	font-size: 14px;
	text-align: center;
	font-family:Helvetica, Arial, "メイリオ",  "ヒラギノ角ゴ Pro W3"
}
/* ------------------------------------------------------------ */
/* news */
/* ------------------------------------------------------------ */
#news #section_01 {
	padding: 160px 0 0;
	width: 100%;
}
#news #section_01 h1 {
	text-align: center;
	width: 115px;
	margin: 0 auto 80px;
}
#news .entry {
	max-width: 900px;
	margin: 0 auto 90px;
	width: 80%;
	letter-spacing: 0.2em;
	line-height: 1.7em;
}
#news .entry img {
	width: 85%;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
	display: block;
}
#news .entry .data {
	text-align: center;
	color: #666;
	margin: 0 0 10px;
}
#news .entry h3 {
	border-bottom: solid 1px #000;
	padding: 0 20px 10px;
	text-align: center;
	font-weight: normal;
	margin: 0 0 20px;
	font-size: 1.1em;
}
/* ------------------------------------------------------------ */
/* system */
/* ------------------------------------------------------------ */
#system #section_01 {
	padding: 100px 0 0;
	position: relative;
	width: 100%;
	background:url(../img/system/system_bg.jpg) no-repeat right top;
	background-size:600px auto;
}
#system #section_01 h1 {
	text-align: center;
	width: 175px;
	margin: 0 auto 100px;
}
#system #section_01 h2 {
	width: 525px;
	margin: 0 auto 80px;
}
#system #section_01 .bg {
	background: rgba(255,255,255,0.47);
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto 60px;
	padding: 60px ;
	box-sizing: border-box;
}
#system .inner {
	width: 100%;
	margin: 0 auto 70px;
}
#system .inner p {
	margin: 0 0 25px;
	padding: 0 30px ;
	letter-spacing: 0.2em;
	line-height: 1.8em;
}
#system .inner p span {
	font-weight: bold;
}
#system .inner h3 {
	position: relative;
	font-size: 1.1em;
	text-align: center;
	margin: 0 0 30px;
}
#system .inner h3 span {
	background:#fff;
	padding: 0 25px ;
	position: relative;
	z-index: 2;
}
#system .inner h3:after {
	position: absolute;
	bottom: 50%;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	left: 0;
	z-index: 1;
}
#system #infoFee {
	margin: 0 auto 130px;
}
/* ------------------------------------------------------------ */
/* miso */
/* ------------------------------------------------------------ */
#miso #section_01 {
	padding: 260px 0 0;
	position: relative;
	width: 100%;
	background:url(../img/miso/miso_bg.jpg) no-repeat center top;
	background-size:1300px auto;
}
#miso #section_01 h1 {
	text-align: center;
	width: 319px;
	margin: 0 auto 150px;
}
#miso #section_01 h2 {
	width: 565px;
	margin: 0 auto 80px;
}
#miso #section_01 .caption {
	width: 700px;
	margin: 0 auto 110px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
}
#miso .box01 {
	width: 850px;
	margin: 0 auto 80px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
}
#miso .box01 h3 {
	width: 768px;
	margin: 0 auto 40px;
}
#miso .box01 .leftPh {
	width: 310px;
	height: auto;
	float: left;
	margin: 0 30px 30px 0;
}
#miso .box01 .inner {
	clear: both;
	position: relative;
	overflow: hidden;
}
#miso .box01 .rightPh {
	width: 494px;
	height: auto;
	float: right;
	margin: 0 0 0 30px;
}
#miso .box01 .drink {
	position: absolute;
	left: 60px;
	bottom: 50px;
	z-index: 5;
	width: 400px;
}
#miso .box02 {
	width: 1020px;
	margin: 0 auto 40px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	overflow: hidden;
}
#miso .box02 img {
	width: 531px;
	height: auto;
	float: left;
	margin: 0 40px 20px 0;
}
#miso .box02 h3 {
	float: left;
	width: calc(1020px - 571px);
	margin:  0 0 20px;
}
#miso .box02 h3 img {
	width: 423px;
	height: auto;
}
#miso .box03 {
	max-width: 1020px;
	margin: 0 auto 80px;
	width: 90%;
}
/* ------------------------------------------------------------ */
/* contact */
/* ------------------------------------------------------------ */
#contact #section_01 {
	padding: 160px 0 0;
	position: relative;
	width: 100%;
}
#contact #section_01 h1 {
	text-align: center;
	width: 212px;
	margin: 0 auto 100px;
}
#contact #section_01 h2 {
	width: 662px;
	margin: 0 auto 100px;
}
#contact #section_01 .inner {
	width: 800px;
	margin: 0 auto 100px;
}
#contact #section_01 .inner h3 {
	position: relative;
	text-align: center;
	margin: 0 auto 50px;
	font-size: 1.1em;
}
#contact #section_01 .inner h3 span {
	padding: 0 30px;
	position: relative;
	z-index: 5;
	background: #fff;
}
#contact #section_01 .inner h3:after {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 100%;
	height: 1px;
	background: #000;
	content: '';
	z-index: 1;
}
#contact #formBox {
	background:#ccc;
	width: 700px;
	height: 500px;
	margin: 0 auto;
}
/* ------------------------------------------------------------ */
/* juice */
/* ------------------------------------------------------------ */
#juice #section_01 {
	padding: 140px 0 0;
	background:url(../img/juice/juice_bg.jpg) no-repeat center 70px;
	background-size:100% auto;
}
#juice #section_01 h1 {
	text-align: center;
	width: 200px;
	margin: 0 auto 80px;
}
#juice #section_01 .bgBox {
	width: 830px;
	height: 830px;
	background:url(../img/juice/juice_bg02.png) no-repeat center top;
	background-size: 100% auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 170px 0 0
}
#juice #section_01 .bgBox h2 {
	width: 430px;
	margin: 0 auto 50px !important;
	text-align: center;
}
#juice #section_01 .caption {
	max-width: 750px;
	line-height: 1.8em;
	letter-spacing: 0.02em;
	margin: -50px auto 150px;
	padding: 40px ;
	background: rgba(255,255,255,0.40);
}
#juice #section_02 {
	max-width: 1100px;
	margin: 0 auto ;
	line-height: 1.8em;
	letter-spacing: 0.02em;
}
#juice #section_02 .box01 .photo {
	width: 510px;
	height: auto;
	float: left;
	margin: 0 40px 30px 0;
}
#juice #section_02 .box01 h3 {
	width: calc(100% - 550px);
	float: left;
	margin: 0 0 30px;
}
#juice #section_02 .box01,
#juice #section_02 .box02 {
	clear: both;
	overflow: hidden;
	margin: 0 auto 80px;
}
#juice #section_02 .box02 .photo {
	width: 510px;
	height: auto;
	float: right;
	margin: 0 0 20px 40px;
}
#juice #section_02 .box02 h3 {
	width: calc(100% - 550px);
	float: left;
	margin: 0 0 30px;
	text-align: right;
}
#juice #section_02 .box02 h3 img {
	width: 440px;
	height: auto;
}
#juice #section_02 .box03 {
	width: 800px;
	margin: 0 auto 100px;
	clear: both;
	overflow: hidden;
}
#juice #section_02 .box03 .photo {
	width:385px;
	float:left;
	margin: 0 40px 0 0;
}
#juice #section_02 .box03 h4 {
	padding: 20px 0 0;
	margin: 0 0 20px;
	font-size: 1.1em;
}
/*--スマホサイズ時の設定------------------------------------------------------*/

@media screen and (max-width: 640px){
body.sub h2.sp_content {
		font-size: 1.6em;
		font-weight: normal;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		max-width: 100%;
		line-height: 1.6em;
	    margin: 0 0 20px !important;
	}
#about #section_01 .bg {
    background: rgba(255,255,255,0.67);
    box-sizing: border-box;
    padding: 20px;
    letter-spacing: 0.2em;
    line-height: 20px;
}
#about #section_01 {
    padding: 130px 0 40px;
    position: relative;
    width: 100%;
    background: url(../img/about/about_01.jpg) no-repeat left top;
    background-size: 60% auto;
}
#about #section_01 h1 {
    text-align: center;
    width: 180px;
    margin: 0 auto 50px;
}
#about #section_01 .box01,
#about #section_01 .box02{
    width: 90%;
    margin: 0 auto 30px;
}
#about #section_02 .box01,
#about #section_02 .box02,
#about #section_04 .box01,
#about #section_04 .box02,
#about #section_04 .box03{
    width: 90%;
    margin: 0 auto 30px;
	padding: 20px;
	box-sizing: border-box;
}
	#about #section_02 .box01 .name {
    padding: 20px 0;
}
#about #section_02 .box01 .name img {
    width: 150px;
    height: auto;
}
#about #section_03 {
    margin: 0 auto 60px;
}
#about #section_03 li {
    width: 96%;
    margin: 0 1% 8px;
    float: left;
}
#about #section_04 .box01 .photo {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px;
}
#about #section_04 .box01 h2 img {
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
}
#salonInfoBox h2 {
    width: 100%;
}
	#fasting #section_01 {
		padding: 130px 0 0;
		margin: 0 0 80px;
	}
#fasting #section_01 h1 {
    margin: 0 auto 90px;
	width: 180px;
}
#fasting #section_01 .bg {
    background: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 0;
    position: relative;
    margin: 0 auto;
}
	#fasting #section_01 .box01 .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 80%;
    margin: 0 auto;
    line-height: 1.9em;
    letter-spacing: 0.2em;
}
	#fasting #section_02 {
		width: 80%;
		margin: 0 auto 80px;
}
#fasting #section_02 .box01, #fasting #section_02 .box02 {
    width: 100%;
    margin: 0 auto 40px;
    clear: both;
    overflow: hidden;
}
#fasting #section_02 .box01 .photo,
#fasting #section_02 .box02 .photo {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
}
#fasting #section_02 .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.2em;
    border: solid 1px #000;
    display: block;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
}
#fasting #section_03 {
    width: 90%;
    margin: 0 auto 60px;
    box-sizing: border-box;
    padding: 30px 30px 0;
    border: solid 1px #000;
    letter-spacing: 0.2em;
    line-height: 1.8em;
}
#infoFee {
    width: 80%;
    letter-spacing: 0.3em;
	}
	#fasting #section_02 h3 {
		text-align: left !important;
		font-size: 1.4em;
		margin: 0 0 20px !important ;
		font-weight: normal;
		font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
#fasting #section_02 .box02 h3 img {
    width: 75%;
    height: auto;
	margin: 0 0 10px;
	display: block;
}
#fasting #section_02 .box01 h3 img {
    width: 65%;
    height: auto;
	margin: 0 0 10px;
	display: block;
}
.sub #section_01 {
	padding: 130px 0 0 !important;
	}
#haricos #section_01 h1 {
    text-align: center;
    width: 180px;
	margin: 0 auto 50px;
	}
#haricos #section_01 .bg {
    background: rgba(255,255,255,0.67);
    box-sizing: border-box;
    width: 90%;
    height: auto;
    border-radius: 0;
    position: relative;
    margin: 0 auto;
}
#haricos #section_01 .box01 .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
	margin: 0 auto;
    line-height: 1.9em;
    letter-spacing: 0.2em;
	padding: 30px 0 0;
}

#haricos #svgLogo {
    width: 50%;
    height: auto;
    margin: 0 auto 50px;
}
	#haricos #section_01 {
		margin: 0 auto 60px;
	}
	
#haricos #section_02 {
    margin: 0 auto;
    width: 80%;
}
#haricos #section_02 .caption {
    margin: 0 auto 40px;
    width: 100%;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}
#haricos #section_02 .box01,
#haricos #section_02 .box02 {
	width: 100%;
	margin: 0 auto 60px;
	}
#haricos #section_02 .box01 .photo,
#haricos #section_02 .box02 .photo {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 50px 20px 0;
}
#haricos #section_02 .box01 p br,
	#haricos #section_02 .box02 p br {
		display: none;
	}
	
#haricos #section_03 {
    margin: 0 auto;
    width: 80%;
}
#haricos #section_03 .caption {
    margin: 0 auto 40px;
    width: 100%;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}
#haricos #section_03 .box01,
#haricos #section_03 .box02 {
	width: 100%;
	margin: 0 auto 60px;
	}
#haricos #section_03 .box01 .photo,
#haricos #section_03 .box02 .photo {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 50px 20px 0;
}
#haricos #section_03 .box01 p br,
	#haricos #section_03 .box02 p br {
		display: none;
	}



#haricos #section_04 .box01 {
    width: 80%;
    margin: 0 auto 50px;
}
#haricos #section_04 h3 {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
	font-size: 1.3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
	#haricos #section_04 h3:after {
		display: none;
	}
#haricos #section_04 .caption {
    text-align:left;
    margin: 0 0 30px;
}
	#haricos #section_04 .caption br {
		display: none;
	}
#haricos #section_04 .txt p {
    margin: 0 0 20px;
}


#haricos #section_05 .box01 {
    width: 80%;
    margin: 0 auto 50px;
}
#haricos #section_05 h3 {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 0 30px;
	font-size: 1.3em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
	#haricos #section_05 h3:after {
		display: none;
	}
#haricos #section_05 .caption {
    text-align:left;
    margin: 0 0 30px;
}
	#haricos #section_05 .caption br {
		display: none;
	}
#haricos #section_05 .txt p {
    margin: 0 0 20px;
}

#system #section_01 {
	padding: 100px 0 0;
	position: relative;
	width: 100%;
	background:url(../img/system/system_bg.jpg) no-repeat right top;
	background-size:60% auto;
}
#system #section_01 h1 {
	text-align: center;
	width: 175px;
	margin: 0 auto 50px;
}
#system #section_01 h2 {
	width: 525px;
	margin: 0 auto 40px !important;
	text-align: center;
}
#system #section_01 .bg {
	background: rgba(255,255,255,0.47);
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 60px;
	padding: 30px 0;
	box-sizing: border-box;
}
#system .inner {
	width: 100%;
	margin: 0 auto 50px;
}
	#system .inner h3 {
		font-size: 1em;
		margin: 0 auto 20px;
	}
	#system .inner p {
		padding: 0 5%;
		margin: 0 0 20px;
	}
	#system .inner h3:after {
		display: none;
	}
	#system .inner h3 span {background: none; padding: 0;}
#system #salonInfoBox {
		width: 80%;
		margin: 0 auto;
	}
#news #section_01 h1 {
    text-align: center;
    width: 95px;
    margin: 0 auto 50px;
}
/* ------------------------------------------------------------ */
/* miso */
/* ------------------------------------------------------------ */
#miso #section_01 {
	background:url(../img/miso/miso_bg.jpg) no-repeat center 70px;
	background-size:100% auto;
}
#miso #section_01 h1 {
	text-align: center;
	width: 200px;
	margin: 0 auto 60px;
}
#miso #section_01 h2 {
	width: 80%;
	margin: 0 auto 40px !important;
}
#miso #section_01 .caption {
    width: 80%;
    margin: 0 auto 60px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}
#miso .box01 {
    width: 80%;
    margin: 0 auto 80px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
}
#miso .box01 h3 {
    width: 100%;
    margin: 0 auto 30px;
}
#miso .box01 .leftPh {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px;
}
#miso .box01 .rightPh {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 20px;
}
#miso .box01 .drink {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 5;
    width: 100%;
}
#miso .box02 h3 {
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
#miso .box02 {
    width: 80%;
    margin: 0 auto 40px;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    overflow: hidden;
}
#miso .box02 img {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 20px;
}
#contact #section_01 h1 {
    text-align: center;
    width: 180px;
    margin: 0 auto 60px;
}
#contact #section_01 h2 {
    width: 100%;
    text-align: center;
    margin: 0 auto 60px !important;
}
#contact #section_01 .inner {
    width: 100%;
    margin: 0 auto 60px;
}
#contact #section_01 .inner h3 span {
    padding: 0 ;
    background: none;
}
	#contact #section_01 .inner h3:after {display: none;}
#contact #formBox {
    background: #ccc;
    width: 80%;
    height: 500px;
    margin: 0 auto;
}
#contact #salonInfoBox {
    width: 80%;
    margin: 0 auto;
    line-height: 1.8em;
}
#juice #section_01 {
	position: relative;
}
#juice #section_01 h1 {
    text-align: center;
    width: 160px;
    margin: 0 auto 180px;
	position: relative;
	z-index: 3;
}
#juice #section_01 .bgBox {
    width: 80%;
    height: 400px;
    background: url(../img/juice/juice_bg02.png) no-repeat center top;
    background-size: 100% auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 200px 0 0;
    position: absolute;
    top: 50px;
	left: 10%;
	z-index: 2;
}
#juice #section_01 h2 {
		text-align: center;
		margin: 0 auto 30px;
	position: relative;
	z-index: 3;
}
#juice #section_01 .caption {
    width: 80%;
    line-height: 1.8em;
    letter-spacing: 0.02em;
    margin: 0 auto 60px;
}
#juice #section_02 {
    width: 80%;
    margin: 0 auto;
    line-height: 1.8em;
    letter-spacing: 0.02em;
}
	#juice #section_02 .photo {
		float: none !important;
		width: 100% !important;
		margin: 0 auto 15px !important;
	}
#juice #section_02 h4,
#juice #section_02 h3 {
width: 100%!important;
    float: none !important;
    margin: 0 0 20px;
	font-size: 1.1em;
	text-align: left !important;
}
#juice #section_02 .box03 {
    width: 100%;
    margin: 0 auto 80px;
    clear: both;
    overflow: hidden;
}