#newopen,
#concept,
#news,
#salonlist{
    width:900px;
	margin: 0 auto;
	padding:120px 0;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background: #ffffff;
}

#newopen{
    width:800px;
	margin: 0 auto;
	padding:120px 0;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 10;
	background: #ffffff;
}

#newopen h2{
	font-size: 410%;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	margin-bottom: 30px;
}

#newopen h2 .s_font{
	font-size: 60%;
	vertical-align:bottom;
}

.h3{
	font-size: 190%;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 0.08em;
}

.h3 span{
	font-size: 130%;
	padding-left: 7px;
}

.h4{
	font-size: 140%;
	line-height: 1.6em;
	font-weight: bold;
	display: inline;
	background: linear-gradient(transparent 50%,  rgb(173,140,98,0.4) 50%);
	margin-top: 20px;
	margin-bottom: 20px;
}

.no{
	font-size: 160%;
	font-weight: 500;
	font-family: 'Josefin Sans', sans-serif;
	padding-right: 7px;
	padding-left: 5px;
	vertical-align:bottom;
	letter-spacing: 0;
}


/*マーカー*/
.marker-animation.active{
    background-position: -100% .8em;
}

.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(173,140,98,0.4) 50%);
    background-repeat: repeat-x;
    background-size: 200% .5em;
    background-position: 0 .8em;
    transition: all 2s ease;
}

.top{
	text-align: center;
}

.top .top_h1{
	font-weight: bold;
	text-indent:0.13em;
	font-size: 145%;
	letter-spacing: 0.1em;
	display:inline;
	text-align: center;
}

#newopen p{
	margin-top: 20px;
	line-height: 2em;
	letter-spacing: 0.02em;
	
}

#reason{
	margin-bottom: 40px;
}

#reason .reason_box{
	display: flex;
	width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}

#reason .reason_box:last-of-type{
	margin-bottom: 0px;
}

#reason .rec_left{
	width: 50%;
	margin-right: 3%;
}

#reason .rec_right{
	width: 50%;
　　right: 0;
	margin-left: 3%;
}
#reason .text{
    line-height: 2em;
    letter-spacing: 0.03em;
	margin-top: 15px;
}

#reason img{
	width:100%;
}


#recruit {
	width:100%;
	height:  600px;;
	overflow: hidden;
	position: relative;
	z-index: 4;
}

#recruit .left{
	width:50%;
	float: left;
	height: 600px;
    background: transparent;
}

#recruit .left img{
	height: 100%;
	object-fit: cover;
}

#recruit .right{
	width:50%;
	height: 600px;
	float: right;
	background:#E5E5E5;
	padding-top: 155px;
	text-align: center;
}

#recruit h2{
	font-size:260%;
	margin-bottom: 10px;
}

#recruit h3{
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 110%;
}
#recruit .right p{
	letter-spacing: 0.1em;
	line-height: 1.8em;
}

.btn{
	width:360px;
	margin: 40px auto 0 auto;
	box-sizing: border-box;
	font-size:110%;
	padding: 10px 0 10px 0;
	font-weight: 500;
	text-align: center;
	background: #161616;
	border: 3px solid #161616;
}

a .btn{
	color: #ffffff;
}

a .btn:hover{
	background: none;
}

a .btn:hover{
	color: #161616;
	font-weight: 700;
}

#salonlist{
	width:800px;
}

#salonlist img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#salonlist a img:hover{
	opacity: 0.8;
}

#salonlist .ebaranakanobu{	
	float: left;
	width: 46%;
	font-size: 110%;
}

#salonlist .nishikoyama{	
	float: right;
	width: 46%;
	font-size: 110%;
	margin-left: 8%;
}
#salonlist .list_button {
	color: #fff;
    padding: 4px 0 2px 0;
	width:100%;
	float: left;
	margin: 3px 2% 15px 0;
	text-align: center;
	background-color:#161616;
	border: 2px solid #161616;
	box-sizing:border-box;
}

#salonlist .list_button:hover{
	color: #161616;
	background-color:#fff;
	border: 2px solid #161616;
}
#salonlist .line_button{
	color: #fff;
    padding: 4px 0 2px 0;
	width:49%;
	float: left;
	margin: 7px 2% 5px 0;
	text-align: center;
	background-color:#129415;
	border: 2px solid #129415;	
	box-sizing:border-box;
}
#salonlist .web_button{
	color: #fff;
    padding: 4px 0 2px 0;
	width:49%;
	float: left;
	margin: 7px 0 5px 0;
	text-align: center;
	background-color:#297BA8;
	border: 2px solid #297BA8;	
	box-sizing:border-box;
}


#salonlist .web_button:hover{
	color: #297BA8;
	background-color:#fff;
	border: 2px solid #297BA8;
}
#salonlist .line_button:hover{
	color: #129415;
	background-color:#fff;
	border: 2px solid #129415;
}


#campaign{
	margin-top: 50px;
}

#campaign p{
	margin-top: -10px;
	margin-bottom: 50px;
	font-weight: 600;	
}

#campaign img{
	margin-bottom: 10px;	
}


@media screen and (max-width: 900px) {

#newopen,
#concept,
#salonlist{
    width:92%;
	margin: 0 auto;
	padding:80px 0;
}
	
#newopen h2{
	font-size: 390%;
	margin-bottom: 20px;
}

.top .top_h1{
	font-size: 150%;
}
	
#reason .reason_box{
	width: 92%;
	margin-bottom: 60px;
}
	
.h4{
	font-size: 130%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.no{
	font-size: 150%;
	padding-right: 5px;
	padding-left: 5px;
}

#reason .rec_left{
	margin-right: 2%;
}

#reason .rec_right{
	margin-left: 2%;
}
	
#reason .text{
    line-height: 1.8em;
	margin-top: 10px;
	font-size: 95%;
}


#recruit {
	height:  350px;
}

#recruit .left{
	height: 350px;
}

#recruit .left img{
	height: 100%;
	object-fit: cover;
}

#recruit .right{
	width:40%;
	height: 350px;
	float: right;
	padding: 70px 5% 0 5%;
}

#recruit h2{
	font-size:250%;
	margin-bottom: 5px;
}
	
#recruit h3{
	margin-bottom: 20px;
}	
#recruit .right p br{
	display: none;
}
	
.btn{
	width:100%;
	margin-top: 20px;
}

	
}


@media screen and (max-width: 768px) {

#newopen,
#concept,
#salonlist,
#campaign{
	padding:50px 0;
	width:94%;
}

#newopen h2{
	font-size: 270%;
	letter-spacing: 0.02em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

#newopen h2 .s_font{
	font-size: 50%;
	font-weight: 600;
}
	
.top .top_h1{
	font-size: 140%;
}

#newopen p{
	line-height: 1.8em;
	width:580px;
	margin: 15px auto 0 auto;
}

#reason{
	margin-bottom: 20px;
}

#reason .reason_box{
	margin-bottom: 30px;
}

.h3{
	font-size: 160%;
	margin-bottom: 30px;
}

#salonlist img{
	margin-bottom: 5px;
}

#salonlist .ebaranakanobu{	

	width: 48%;
}

#salonlist .nishikoyama{	
	width: 48%;
	margin-left: 4%;
}


#recruit h2{
	margin-bottom: 0px;
	font-size:180%;
}
	
#recruit h3{
	margin-bottom: 15px;
	font-size: 100%;
	letter-spacing: 0;
}	

.btn{
	font-size: 120%;
	border: 2px solid #161616;
}
	
}

@media screen and (max-width: 600px) {
	
#newopen,
#concept,
#salonlist,
#campaign{
	padding:40px 0;
	width:90%;
}
	
#newopen h2{
	font-size: 250%;
	margin-bottom: 15px;
}
	
.top .top_h1{
	font-size: 130%;
}
	
#newopen p{
	line-height: 1.8em;
	width:94%;
	margin: 15px auto 0 auto;
}
	
.back{
	padding-top: 40px;
	padding-bottom: 40px;
}	
.h3{
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 140%;
}
	
#reason .reason_box{
 flex-direction: column;
	margin: 0 auto;
}
	
#reason .reason_box img{
margin: 22px 0 6px 0;
}
#reason .rec_left {
    width: 100%;
    margin:0;
}
#reason .rec_right {
    width: 100%;
    margin:0;
}

.box01{
	order: 2;
	margin-top: 20px;
}
.box02{
	order: 1;
}
	
#salonlist h3{	
	margin: 0;
	line-height: 1em;
}
	
#salonlist .ebaranakanobu{	
	width: 100%;
    margin:-10px 0 15px 0;
}

#salonlist .nishikoyama{	
	width: 100%;
    margin:0%; 
}
	
#recruit {
	height:  auto;	
}

#recruit .left{
	display: none;
}

#recruit .right{
	width:90%;
	height: auto;
	float: none;
	padding: 60px 5% ;
}


}