@charset "utf-8";

.frame_top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	border-top: 7px solid #c5f17e;
	z-index: 10;
}
.frame_right{
	position: fixed;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
	box-sizing: border-box;
	border-right: 7px solid #c5f17e;
	z-index: 10;
}
.frame_left{
	position: fixed;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	box-sizing: border-box;
	border-left: 7px solid #c5f17e;
	z-index: 10;
}
.frame_bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 7px solid #c5f17e;
	z-index: 10;
}

.inviewContents{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px);
	transition: 1.0s;
}
.fadein{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}


.ttlCommon{
	font-family: futura-pt, sans-serif;
	font-size: 23px;
	letter-spacing: 1px;
}


/* index.html
=====================================*/
#index .mv{
	padding: 176px 0;
	background: url(../img/top/mv_top.png) no-repeat center center;
}
#index .concept{
	margin-top: 110px;
	margin-bottom: 110px;
}
#index .concept .concept_box{
	background: url(../img/top/bg_top.png) no-repeat right 10px;
}
#index .concept .concept_box ul li:nth-child(1){
	float: left;
}
#index .concept .concept_box ul li:nth-child(2){
	float: right;
	padding-top: 15px;
}
#index .concept .concept_box ul li h1{
	font-size: 18px;
}
#index .concept .concept_box ul li p{
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
}
#index .youtube{
	margin-bottom: 110px;
}
#index .youtube iframe{
	width:570px;
	height:320px;
}
#index .link{
	margin: 0 auto 0;
}
#index .link ul li{
	width: 314px;
	float: left;
	margin-right: 29px;
}
#index .link ul li:nth-child(3n){
	margin-right: 0;
}
#index .link ul li a{
	display: block;
	width: 100%;
	height: auto;
}
#index .link ul li a p{
	font-family: futura-pt, sans-serif;
	font-size: 17px;
	margin-top: 10px;
}

#index .access{
	margin-top: 80px;
}
#index .access h2{
	font-family: futura-pt, sans-serif;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1px;
}
#index .access ul{
	padding: 0 30px;
	margin-top: 50px;
}
#index .access ul li:nth-child(1){
	float: left;
	padding-top: 30px;
}
#index .access ul li:nth-child(2){
	float: right;
}
#index .access ul li:nth-child(1){
	font-size: 14px;
	line-height: 40px;
}
#index .access ul li:nth-child(1) p{
	width: 320px;
	height: 50px;
	margin-top: 25px;
}
#index .access ul li:nth-child(1) p a{
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	border-radius: 10px;
}
#index .access ul li:nth-child(1) p a::before{
	display: inline-block;
	vertical-align: middle;
	content: url(../img/top/ico_tel.png);
	margin-top: -3px;
	padding-right: 10px;
}
#index .access ul li:nth-child(1) p a span{
	font-size: 13px;
	line-height: 48px;
	font-weight: normal;
	padding-left: 10px;
}
#index .access ul li:nth-child(2) p{
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}
#index .access ul li:nth-child(2) p a{
	text-decoration: underline;
}
#index .access ul li:nth-child(2) p a:hover{
	text-decoration: none;
}
#index .access ul li:nth-child(2) p a::before{
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	content: url(../img/top/ico_map.png);
	margin-right: 5px;
}
#index .access ul li .accessText{
	font-size: 13px;
	line-height: 16px;
}

#index .sns{
	margin-top: 125px;
	padding: 0 40px;
}
#index .sns ul li:nth-child(1){
	float: left;
	width: 600px;
}
#index .sns ul li:nth-child(2){
	float: right;
}

.instagram{
			width: 550px;
			height: auto;
			margin-bottom:30px;
	}
	
.instagram a {
    display: block;
    width:100%;
    box-sizing: border-box;
    border: 1px solid #383838;
    background: #252525;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 2.4em;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
	text-decoration: none;
	margin: 0 auto;
	padding:10px 0;
}

	#index .instagram a:hover {
    background: #fff;
    color: #383838;
}
	#index .salon_movie{
	font-family: futura-pt, sans-serif;
    font-size: 17px;
    margin-bottom: 10px;
}		

/* menu.html
=====================================*/
#menu .mv{
	padding: 123px 0;
	background: url(../img/menu/mv_menu.png) no-repeat center center;
}
#menu .menuText{
	margin-top: 70px;
	padding: 0 40px;
}
#menu .menuText ul li:nth-child(1){
	float: left;
	font-size: 14px;
	line-height: 30px;
}
#menu .menuText ul li:nth-child(2){
	float: right;
}
#menu .menuText ul li h1{
	font-weight: normal;
}
#menu .menu{
	padding-top: 80px;
}
#menu .menu .ttlCommon + p{
	font-size: 13px;
	margin-top: 15px;
}
#menu .menu .menuL{
	float: left;
	width: 470px;
	margin-top: 30px;
}
#menu .menu .menuR{
	float: right;
	width: 470px;
	margin-top: 30px;
}
#menu .menu ul{
	margin-bottom: 50px;
}
#menu .menu ul li{
	font-size: 13px;
	padding: 0 20px 0 10px;
	margin-top: 10px;
}
#menu .menu ul li:first-child{
	font-family: futura-pt, sans-serif;
	font-weight: 450;
	font-style: normal;
	font-size: 15px;
	padding: 0 20px 5px 5px;
	border-bottom: 1px solid #c5f17e;
}
#menu .menu ul li .menuName{
	display: block;
	float: left;
}
#menu .menu ul li .menuPrice{
	display: block;
	float: right;
}
#menu .menu .menuAttention{
	width: 430px;
	margin: auto;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	background: #b3e661;
}


/* staff.html
=====================================*/
#staff .mv{
	padding: 124px 0;
	background: url(../img/staff/mv_staff.png) no-repeat center center;
}

#staff .staff{
	padding: 70px 35px 0;
}
#staff .staff ul{
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#staff .staff ul li{
	max-width: 425px;
	width: 45%;
	margin-bottom: 30px;
}
#staff .staff ul li .staffImg{
	text-align: center;
}
#staff .staff ul li .staffName{
	font-size: 14px;
	margin-top: 10px;
	font-weight: bold;
}
#staff .staff ul li .staffName span{
	font-size: 12px;
}
#staff .staff ul li .staffMessage{
	font-size: 13px;
	line-height: 26px;
	margin-top: 5px;
}

#staff .meister{
	margin-top: 60px;
	border: 1px solid #000;
	padding: 20px 30px;
}
#staff .meister ul{
	font-size: 0;
}
#staff .meister ul li{
	display: inline-block;
	vertical-align: middle;
}
#staff .meister ul li:nth-child(1){
	margin-right: 30px;
}
#staff .meister ul li:nth-child(2){
	width: 820px;
}
#staff .meister ul li .meisterTitle{
	font-size: 14px;
	font-weight: bold;
}
#staff .meister ul li .meisterText{
	font-size: 13px;
	line-height: 26px;
	margin-top: 5px;
}

#staff .recruit{
	margin-top: 85px;
}
#staff .recruit ul li{
	width: 500px;
	float: right;
}
#staff .recruit ul li .recruitTitle{
	font-size: 15px;
	font-weight: bold;
}
#staff .recruit ul li .recruitText{
	font-size: 13px;
	line-height: 26px;
	margin-top: 10px;
}
#staff .recruit ul li .recruitText a{
	text-decoration: underline;
}


/* recommend.html
=====================================*/
#recommend .mv{
	padding: 124px 0;
	background: url(../img/recommend/mv_recommend.png) no-repeat center center;
}
#recommend .recommend{
	padding-top: 65px;
}
#recommend .recommend h1{
	font-weight: normal;
	font-size: 13px;
	margin-top: 30px;
}
#recommend .recommend ul{
	margin-top: 50px;
}
#recommend .recommend ul li:nth-child(1){
	float: left;
}
#recommend .recommend ul li:nth-child(2){
	float: right;
}
#recommend .recommend ul li{
	width: 480px;
}
#recommend .recommend ul li p{
	padding: 0 5px;
	margin-top: 10px;
}
#recommend .recommend ul li .recommendName{
	display: block;
	float: left;
	font-size: 15px;
	font-weight: bold;
}
#recommend .recommend ul li .recommendPrice{
	display: block;
	float: right;
	font-size: 15px;
	font-weight: bold;
}
#recommend .recommend ul li .recommendText{
	font-size: 13px;
	line-height: 26px;
}
#recommend .recommend ul li .recommendText_02{
	margin-bottom: 30px;
}

#recommend .products{
	padding-top: 100px;
}
#recommend .products .ttlCommon + p{
	font-size: 13px;
	margin-top: 30px;
}
#recommend .products .productsBox{
	margin-top: 80px;
}
#recommend .products .productsBox:nth-of-type(1){
	margin-top: 40px;
}
#recommend .products .productsBox ul li:nth-child(1){
	float: left;
}
#recommend .products .productsBox ul li:nth-child(2){
	float: right;
	width: 640px;
	box-sizing: border-box;
	padding-right: 15px;
}
#recommend .products .productsBox ul li .productsName{
	font-size: 15px;
	font-weight: bold;
}
#recommend .products .productsBox ul li .productsName span{
	display: inline-block;
	line-height: 15px;
	vertical-align: bottom;
	padding-right: 15px;
}
#recommend .products .productsBox ul li .productsTitle{
	font-size: 15px;
	font-weight: bold;
	margin-top: 15px;
}
#recommend .products .productsBox ul li .productsText{
	font-size: 13px;
	line-height: 26px;
	margin-top: 10px;
}
#recommend .products .productsBox .use{
	font-size: 0;
	margin-top: 15px;
}
#recommend .products .productsBox .use span{
	font-family: futura-pt, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #fff;
	padding: 4px 12px;
	background: #000;
	margin-right: 10px;
}


@media screen and (max-width: 480px) {
	.frame_top{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		border-top: 5px solid #c5f17e;
		z-index: 10;
	}
	.frame_right{
		position: fixed;
		top: 0;
		right: 0;
		width: 7px;
		height: 100%;
		box-sizing: border-box;
		border-right: 5px solid #c5f17e;
		z-index: 10;
	}
	.frame_left{
		position: fixed;
		top: 0;
		left: 0;
		width: 7px;
		height: 100%;
		box-sizing: border-box;
		border-left: 5px solid #c5f17e;
		z-index: 10;
	}
	.frame_bottom{
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 5px solid #c5f17e;
		z-index: 10;
	}
	
	.inviewContents{
		opacity: 0;
		transform: translate(0,60px); 
		-webkit-transform: translate(0,60px);
		transition: 1.0s;
	}
	.fadein{
		opacity: 1.0;
		transform: translate(0,0); 
		-webkit-transform: translate(0,0);
	}
	
	
	
	/* index.html
	=====================================*/
	#index .mv{
		padding: 7% 0;
		background: url(../img/top/mv_top.png) no-repeat center center;
		background-size: 100% auto;
	}
	#index .concept{
		width: 94%;
		margin: 70px auto 50px;
	}
	#index .youtube {
    margin-bottom: 50px;
    background-color: #c5f17e1f;
    padding:20px 0 30px;
}
	#index .concept .concept_box{
		background: url(../img/top/bg_top.png) no-repeat right 70%;
	}
	#index .concept .concept_box ul li:nth-child(1){
		float: none;
	}
	#index .concept .concept_box ul li:nth-child(2){
		float: none;
		padding-top: 20px;
	}
	#index .concept .concept_box ul li img{
		width: 100%;
		height: auto;
	}
	#index .concept .concept_box ul li h1{
		font-size: 18px;
	}
	#index .concept .concept_box ul li p{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	#index .youtube iframe {
    width: 313px;
    height: 220px;
}
	#index .link{
		margin: 0px auto 0;
	}
	#index .link ul li{
		width: 314px;
		float: none;
		margin: 20px auto 0;
	}
	#index .link ul li:nth-child(3n){
		margin-right: auto;
	}
	#index .link ul li a{
		display: block;
		width: 100%;
		height: auto;
	}
	#index .link ul li a p{
		font-family: futura-pt, sans-serif;
		font-size: 17px;
		margin-top: 10px;
	}
	
	#index .access{
		width: 94%;
		margin: 80px auto 0;
	}
	#index .access h2{
		font-family: futura-pt, sans-serif;
		font-size: 22px;
		font-weight: normal;
		letter-spacing: 1px;
	}
	#index .access ul{
		padding: 0;
		margin-top: 30px;
	}
	#index .access ul li:nth-child(1){
		float: none;
		padding-top: 0;
	}
	#index .access ul li:nth-child(2){
		float: none;
		margin-top: 20px;
	}
	#index .access ul li:nth-child(1){
		font-size: 14px;
		line-height: 30px;
	}
	#index .access ul li:nth-child(1) p{
		width: 100%;
		height: 50px;
		margin-top: 15px;
	}
	#index .access ul li:nth-child(1) p a{
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid #000;
		text-align: center;
		font-size: 18px;
		line-height: 48px;
		font-weight: bold;
		border-radius: 10px;
	}
	#index .access ul li:nth-child(1) p a::before{
		display: inline-block;
		vertical-align: middle;
		content: url(../img/top/ico_tel.png);
		margin-top: -3px;
		padding-right: 10px;
	}
	#index .access ul li:nth-child(1) p a span{
		font-size: 13px;
		line-height: 48px;
		font-weight: normal;
		padding-left: 10px;
	}
	#index .access ul li:nth-child(2){
		text-align: center;
	}
	#index .access ul li:nth-child(2) p{
		font-size: 12px;
		text-align: right;
		margin-top: 10px;
	}
	#index .access ul li:nth-child(2) p a{
		text-decoration: underline;
	}
	#index .access ul li:nth-child(2) p a:hover{
		text-decoration: none;
	}
	#index .access ul li:nth-child(2) p a::before{
		display: inline-block;
		vertical-align: middle;
		height: 26px;
		content: url(../img/top/ico_map.png);
		margin-right: 5px;
	}
	#index .access ul li img{
		max-width: 100%;
		height: auto;
	}

	#index .sns{
		margin-top: 50px;
		padding: 0;
	}
	#index .sns ul{
		width: 94%;
		margin: auto;
	}
	#index .sns ul li:nth-child(1){
		float: none;
		width: 100%;
		font-size: 0;
		text-align: center;
	}
	#index .sns ul li:nth-child(2){
		float: none;
		text-align: center;
	}
	#index .instagram{
	width:94%;
	margin:0 auto 30px;
}
	#index .salon_movie{
	font-family: futura-pt, sans-serif;
    font-size: 17px;
    margin-top: 2px;
}	
	

	
	/* menu.html
	=====================================*/
	#menu img{
		max-width: 100%;
		height: auto;
	}
	#menu .mv{
		padding: 7px 0;
		background: url(../img/menu/mv_menu.png) no-repeat center center;
		background-size: 100% auto;
	}
	#menu .menuText{
		width: 94%;
		margin: 50px auto 0;
		padding: 0;
	}
	#menu .menuText ul li:nth-child(1){
		float: none;
		font-size: 14px;
		line-height: 30px;
	}
	#menu .menuText ul li:nth-child(2){
		float: none;
		margin-top: 15px;
	}
	#menu .menuText ul li h1{
		font-weight: normal;
	}
	#menu .menu{
		width: 94%;
		margin: auto;
		padding-top: 80px;
	}
	#menu .menu .ttlCommon + p{
		font-size: 13px;
		margin-top: 5px;
	}
	#menu .menu .menuL{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	#menu .menu .menuR{
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	#menu .menu ul{
		margin-bottom: 30px;
	}
	#menu .menu ul li{
		font-size: 13px;
		padding: 0 10px;
		margin-top: 5px;
	}
	#menu .menu ul li:first-child{
		font-family: futura-pt, sans-serif;
		font-weight: 450;
		font-style: normal;
		font-size: 15px;
		padding: 0 20px 0 5px;
		border-bottom: 1px solid #c5f17e;
		margin-bottom: 10px;
	}
	#menu .menu ul li .menuName{
		display: block;
		float: left;
	}
	#menu .menu ul li .menuPrice{
		display: block;
		float: right;
	}
	#menu .menu .menuAttention{
		width: 100%;
		margin: auto;
		font-size: 13px;
		line-height: 24px;
		color: #fff;
		text-align: left;
		box-sizing: border-box;
		padding: 15px 3%;
		background: #b3e661;
	}
	
	
	/* staff.html
	=====================================*/
	#staff img{
		max-width: 100%;
		height: auto;
	}
	#staff .mv{
		padding: 6px 0;
		background: url(../img/staff/mv_staff.png) no-repeat center center;
		background-size: 100% auto;
	}
	
	#staff .staff{
		padding: 50px 0 0;
		width: 94%;
		margin: auto;
	}
	#staff .staff ul{
		padding-top: 30px;
		display: block;
		margin: 0 auto;
	}
	#staff .staff ul li{
		width: 100%;
		margin:0 auto 30px;
	}
	#staff .staff ul li .staffImg{
		width: 70%;
		margin: auto;
	}
	#staff .staff ul li .staffName{
		font-size: 14px;
		margin-top: 10px;
		font-weight: bold;
	}
	#staff .staff ul li .staffName span{
		font-size: 12px;
	}
	#staff .staff ul li .staffMessage{
		font-size: 13px;
		line-height: 23px;
		margin-top: 5px;
	}
	
	#staff .meister{
		width: 90%;
		margin: 50px auto 0;
		border: 1px solid #000;
		box-sizing: border-box;
		padding: 20px 5%;
	}
	#staff .meister ul{
		font-size: 0;
	}
	#staff .meister ul li{
		display: block;
		vertical-align: middle;
	}
	#staff .meister ul li:nth-child(1){
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	#staff .meister ul li:nth-child(2){
		width: 100%;
	}
	#staff .meister ul li .meisterTitle{
		font-size: 14px;
		font-weight: bold;
	}
	#staff .meister ul li .meisterText{
		font-size: 13px;
		line-height: 26px;
		margin-top: 5px;
	}
	
	#staff .recruit{
		width: 94%;
		margin: 50px auto 0;
	}
	#staff .recruit ul li{
		width: 100%;
		float: none;
	}
	#staff .recruit ul li .recruitTitle{
		font-size: 15px;
		font-weight: bold;
	}
	#staff .recruit ul li .recruitText{
		font-size: 13px;
		line-height: 23px;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	
	
	/* recommend.html
	=====================================*/
	#recommend img{
		max-width: 100%;
		height: auto;
	}
	#recommend .mv{
		padding: 8px 0;
		background: url(../img/recommend/mv_recommend.png) no-repeat center center;
		background-size: 100% auto;
	}
	#recommend .recommend{
		padding-top: 60px;
		width: 94%;
		margin: auto;
	}
	#recommend .recommend h1{
		font-weight: normal;
		font-size: 13px;
		margin-top: 20px;
	}
	#recommend .recommend ul{
		margin-top: 30px;
	}
	#recommend .recommend ul li:nth-child(1){
		float: none;
	}
	#recommend .recommend ul li:nth-child(2){
		float: none;
		margin-top: 20px;
	}
	#recommend .recommend ul li{
		width: 100%;
	}
	#recommend .recommend ul li p{
		padding: 0 5px;
		margin-top: 7px;
	}
	#recommend .recommend ul li .recommendName{
		display: block;
		float: left;
		font-size: 15px;
		font-weight: bold;
	}
	#recommend .recommend ul li .recommendPrice{
		display: block;
		float: right;
		font-size: 15px;
		font-weight: bold;
	}
	#recommend .recommend ul li .recommendText{
		font-size: 13px;
		line-height: 23px;
	}
	
	#recommend .products{
		padding-top: 100px;
		width: 94%;
		margin: auto;
	}
	#recommend .products .ttlCommon + p{
		font-size: 13px;
		margin-top: 30px;
	}
	#recommend .products .productsBox{
		width: 94%;
		max-width: 330px;
		margin: 50px auto 0;
	}
	#recommend .products .productsBox:nth-of-type(1){
		margin-top: 40px;
	}
	#recommend .products .productsBox ul li:nth-child(1){
		float: none;
		text-align: center;
	}
	#recommend .products .productsBox ul li:nth-child(2){
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding-right: 0;
	}
	#recommend .products .productsBox ul li .productsName{
		font-size: 15px;
		font-weight: bold;
		margin-top: 10px;
	}
	#recommend .products .productsBox ul li .productsName span{
		display: inline-block;
		line-height: 15px;
		vertical-align: bottom;
		padding-right: 10px;
	}
	#recommend .products .productsBox ul li .productsName span:nth-of-type(2){
		padding-right: 0;
	}
	#recommend .products .productsBox ul li .productsName span img{
		height: 18px;
	}
	#recommend .products .productsBox ul li .productsTitle{
		font-size: 15px;
		font-weight: bold;
		margin-top: 10px;
	}
	#recommend .products .productsBox ul li .productsText{
		font-size: 13px;
		line-height: 23px;
		margin-top: 5px;
	}
	#recommend .products .productsBox .use{
		font-size: 0;
		margin-top: 10px;
	}
	#recommend .products .productsBox .use span{
		font-family: futura-pt, sans-serif;
		font-size: 16px;
		letter-spacing: 1px;
		color: #fff;
		padding: 4px 12px;
		background: #000;
		margin-right: 10px;
	}

}