@charset "utf-8";


/*===== PC ここから =====*/
@media screen and (min-width: 751px){ 
html {
    height: 100%;
}
body{
	height: 100%;
	position: relative;}
html:before,html:after,body:before,body:after{
    content:"";
    background:#fff;
    position:fixed;
    display:block;
    z-index:5;
	z-index: 1000;
}
/* ...and position them! */
html:before{
    height:25px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:25px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:25px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:25px;
    top:0;
    bottom:0;
    left:0;
}
a:hover img{
	opacity: 1;
	background-color: transparent!important;}

.logo{
	height: 380px;
	width: 380px;
	position: absolute;
	top: 24%;
	margin-left: -190px;
	left: 50%;
	z-index: 50;
}

.CAVALLO{
	padding: 0px;
	border-top: 0px solid #FFF;
	margin: 0px;
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0px;
	overflow: hidden;
	background-color: #000;
}
.CAVALLO a,.salon a{
	width: 100%;
	height: 100%;
	display: block;
}
.img01{
	width: 100%;
	height: 100%;
	background-image: url(img/c_fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
    -moz-transform   : scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1);
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	position: absolute;
	opacity: 0.4;}
.CAVALLO a:hover .img01,.salon a:hover .img02{
	-webkit-transform: scale(1.05);
    -moz-transform   : scale(1.05);
    -ms-transform    : scale(1.05);
    transform        : scale(1.05);
	opacity: 1;
}
.txt_box{
	position: absolute;
	z-index:20;
	width: 420px;
	left: 50%;
	margin-left: -210px;
	top: 44%;}
.txt_box02{
	position: absolute;
	z-index:20;
	width: 420px;
	left: 50%;
	margin-left: -210px;
	top: 42%;}
.txt{
	color: #fff;
	font-size: 42px;
	text-align: center;
	letter-spacing: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:15px;
	line-height: 100%;
	text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;　
	-webkit-text-shadow: 0px 0px 10px #000;
}
h2.cavallo{
	color: #fff;
	font-family: "Times New Roman","平成明朝 Std W3", serif;
	font-weight: normal;
	font-size: 26px;
	font-style: italic;
	text-align: center;
	line-height: 100%;
	padding: 0px;
	margin: 0 0 50px 0;
	text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;　
	-webkit-text-shadow: 0px 0px 10px #000;
}
.txt02{
	color: #fff;
	font-size: 36px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:15px;
	line-height: 130%;
	text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;　
	-webkit-text-shadow: 0px 0px 10px #000;
}
.txt03{
	color: #fff;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 0;
	margin:  0 auto;
	line-height: 100%;
	text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;　
	-webkit-text-shadow: 0px 0px 10px #000;
	border: 1px solid #fff;
	width:  200px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.txt03:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.CAVALLO h2{
	margin:0 0 84px 0;
}

.img02{
	width: 100%;
	height: 100%;
	background-image: url(img/s_fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-transform: scale(1);
    -moz-transform   : scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1);
	transition: all 0.2s ease-in-out;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	position: absolute;
	opacity: 0.4;}
.salon{
	padding: 0px;
	background-color: #000;
	margin: 0px;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0px;
	overflow: hidden;
}
.CAVALLO a{
	display: block;
}
.salon_logo{
	width: 180px;
	margin-top: 0px;
	margin-right: -90px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	right: 50%;
	position: absolute;
	z-index: 1;
}

/*===== PC ここまで =====*/
}


/*===== SP ここから =====*/
@media screen and (max-width: 750px){
html {
    height: 100%;
}
body{
	height: 100%;
	}
html:before,html:after,body:before,body:after{
    content:"";
    background:#fff;
    position:fixed;
    display:block;
    z-index:5;
	z-index: 1000;
}
/* ...and position them! */
html:before{
    height:15px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:15px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:15px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:15px;
    top:0;
    bottom:0;
    left:0;
}
.logo{
	height: 140px;
	width: 140px;
	position: absolute;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -70px;
	left: 50%;
	z-index: 20;
	top: 36%;
	display: none;
}

.CAVALLO{
	background-color: #000;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 50%;
	position: relative;
}
.CAVALLO a,.salon a{
	width: 100%;
	height: 100%;
	display: block;
}

.salon{
	background-color: #000;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 50%;
	position:relative;
}
.img01{
	background-image: url(img/c_fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	}
.img02{
	background-image: url(img/s_fv.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	}
.CAVALLO a{
	display: block;
}
.txt_box{
	position: absolute;
	z-index:20;
	top: 44%;
	width: 80%;
	margin-left: -40%;
	left: 50%;}
.txt_box02{
	position: absolute;
	z-index:20;
	width: 80%;
	top: 30%;
	margin-left: -40%;
	left: 50%;}
.txt{
	color: #fff;
	font-size: 22px;
	text-align: center;
	letter-spacing: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:10px;
	line-height: 100%;
	text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
}
h2.cavallo{
	color: #fff;
	font-family: "Times New Roman","平成明朝 Std W3", serif;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	line-height: 100%;
	padding: 0px;
	margin: 0 0 30px 0;
	text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
}
.txt02{
	color: #fff;
	font-size: 22px;
	text-align: center;
	letter-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:10px;
	line-height: 130%;
	text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
	-webkit-text-shadow: 0px 0px 10px #000,0px 0px 10px #000;
	}
.txt03{
	color: #fff;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 0;
	margin:  0 auto;
	line-height: 100%;
	text-shadow: 0px 0px 10px #000;
	-moz-text-shadow: 0px 0px 10px #000;　
	-webkit-text-shadow: 0px 0px 10px #000;
	border: 1px solid #fff;
	width:  30%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.txt03:hover{
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

}
/*===== SP ここまで =====*/
