@charset "UTF-8";
/* CSS Document */

@media screen and (max-width:970px){
	#nav{
	display: block;
	position: fixed;
	text-align: center;
    top: 0; /*上に固定*/
height: 70px;/*高さ指定*/
	width: 100%;
	z-index: 999;
}
	.headin{
	display: block;
	position: absolute;
	top: 25%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	width: 92%;
}
	header h2{
padding: 0px 0px 20px;
	width: 100%;
	margin: auto;
	color: #fff;
		max-width: 100%;

}

	.wrapper-message{
	color: #fff;
	font-size: 1em;
}
	h3{
	display: block;
	font-size: 0.8em;
	padding:  40px 0px 70px 50px;
	background-repeat: no-repeat;
background-size:  100%;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin-left: -50px;
}
	footer{
	width:100%;
	padding: 30px 15px 80px 15px;
		margin: 0px 0px 50px 0px;
font-size: 90%;
	background-color: #fff;
		display: block;
		position: relative;
	
}
	footer p,sns{
		clear: both;
	}
	.spno{
		display: none;
	}
form{
	width: 100%;
	background-color: rgba(255,255,255,0.0);
	padding: 0px;
	margin: 30px auto 0px;
	text-align: left;
}
	dt,dl.price2 dt,dl.price2 dt,dl.wrapper-price dt{
		clear: both;
		width: 100%;
	}
dd,dl.price2 dd,dl.wrapper-price dd{clear: both;
	font-size: 1em;
	line-height: 1.2em;
	width: 100%;
	border-top:solid 0px;
	padding-top: 6px;
	}
.gotop {
  display: inline-block;
  text-decoration: none;
  background: #D8CDC6;
  color: #fff;
  width: 60px;
  height: 60px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}
	ul.service li{
	float: left;
	width: 33.333%;
	display: block;
	background-size: cover;
	position: relative;
	    line-height: 0em;
}
ul.service li.p02,ul.service li.p07{
	float: left;
	width: 33.333%;
	display: block;
	background-size: cover;

}
.space_salon{
	width: 100%;
float: left;

}
.space_salon img,.space_salon02 img{
	max-width: 100%;
}
.space_salon02{
	width: 100%;
float: right;

}
	.space_salon li,.space_salon02 li{
		width: 50%;
	}
ul.for li {
	list-style: circle outside;
	}}
@media screen and (max-width:670px){
	ul.service li{
	float: left;
	width: 50%;
	display: block;
	background-size: cover;
	position: relative;
	    line-height: 0em;
}
ul.service li.p02,ul.service li.p07{
	float: left;
	width: 50%;
	display: block;
	background-size: cover;

}
	.space_salon li,.space_salon02 li{
		width: 100%;
	}
.stext h4 {
	font-size: 1em;
	padding: 10px 0px;
	line-height: 15px;
	height: 25%;
	}
	.stext p {
width:100%;
		margin: 0;}
	.flowtext p, .flowtextno p{
		width: 100%;
		float: none;
	}
	.flowtitle {
		width: 100%;
		float: none;
	}
}
input,textarea,input[type="text"],input[type="email"] {
	background-color:rgba(0,0,0,0.1);
	padding: 7px;
 box-sizing: border-box;
	max-width: 100%;
	width: 100%;
	outline: solid 1px rgba(0,0,0,0.2);
		-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

input:focus,textarea:focus{
	background-color:rgba(255,255,255,0.2);
	padding: 7px;
	outline: none; 
	border-color: #BEABA0;
	transition: .4s;
	box-sizing: border-box;
	max-width: 100%;
	outline: solid 1px rgba(0,0,0,0.2);
}