<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ----------------------------------------
 pop
------------------------------------------- */
#salon-info .wrapper2{
position: relative;
}
#salon-info .wrapper2 .pop01 {
  position: absolute;
  width: 55%;
  top: -140px;
  left: -5%;
  z-index: 4;
}
#concept01 .wrapper2{
position: relative;
}
#concept01 .wrapper2 .pop01 {
  position: absolute;
  width: 15%;
  top: 0px;
  left: -5%;
  z-index: 4;
}
#concept03 .wrapper2{
position: relative;
}
#concept03 .wrapper2 .pop01 {
  position: absolute;
  width: 55%;
  bottom: -140px;
  right: -5%;
  z-index: 4;
}

#concept04 .wrapper2,#perm .wrapper2{
position: relative;
}
#concept04 .wrapper2 .pop01,#perm .wrapper2 .pop01{
  position: absolute;
  width: 15%;
  top: 0px;
  left: -5%;
  z-index: 4;
}
#concept04 h3,#concept05 h3,#concept06 h3,#perm h3{
	border-bottom:1px solid #666;
	padding-bottom:3%;
}

#concept06 .wrapper2{
position: relative;
}
#concept06 .wrapper2 .pop01 {
  position: absolute;
  width: 55%;
  bottom: -140px;
  right: -5%;
  z-index: 4;
}



#menu01 .wrapper2{
position: relative;
}
#menu01 .wrapper2 .pop01 {
  position: absolute;
  width: 55%;
  bottom: -70px;
  right: -10%;
  z-index: 4;
}
#menu02 .wrapper2{
position: relative;
}
#menu02 .pop01 {
  position: absolute;
  width: 15%;
  bottom: 30px;
  right: -5%;
  z-index: 4;
}
#form .wrapper2{
position: relative;
}
#form .wrapper2 .pop01 {
  position: absolute;
  width: 55%;
  top: -140px;
  left: -5%;
  z-index: 4;
}
/* ----------------------------------------
 hr
------------------------------------------- */
.hr-style{
	border-top: 1px dotted #a6a49d;
	border-bottom: none;
}
/* ----------------------------------------
 box
------------------------------------------- */
.mb{
  margin-bottom: 60px;
}
.right-img{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.right-img .box01{
  width: 47.5%;
}
.right-img .box02{
  width: 47.5%;
}
.left-img{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.left-img .box01{
  width: 47.5%;
}
.left-img .box02{
  width: 47.5%;
}
/* ----------------------------------------
 table
------------------------------------------- */
.info-table{
width: 100%;
}
.info-table th{
width: 25%;
}
.info-table th,.info-table td{
font-weight: 400;
text-align: left;
vertical-align: top;
border-bottom: 1px solid #a6a49d;
padding: 12px 0;
}
.info-table tr:last-child th,.info-table tr:last-child td{
border-bottom: none;
padding: 12px 0 0 0;
}
/* ----------------------------------------
 headspaflow
------------------------------------------- */
#headspaflow .inner-box{
	display:flex;
	flex-wrap: wrap;
}
#headspaflow .inner-box li{
	width:18%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:3%;
}
#headspaflow .inner-box li p{
	font-size:1.5rem;
	margin-top:3%;
}
#headspaflow .inner-box li h4{
	margin-bottom:3%;
}

#headspaflow .wh{
	background-color:#fff;
	padding:2%;
}
#headspaflow h3{
	text-algin:center;
	margin:0 auto;
	border-bottom:solid 1px #000;
	padding-bottom:1%;
	margin-bottom:2%;
}


/* ----------------------------------------
 item
------------------------------------------- */
#item ul {
  margin-bottom: 20px;
}
#item ul li {
  width: 27.5%;
  margin-bottom: 30px;
}
#item h3 {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#item .img-box {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  margin-bottom: 15px;
  box-shadow: 10px 10px 0 #e4dfda;
}
#item .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.5s;
}
#item .img-box img:hover {
  transform: scale(1.1, 1.1);
}
#item .cmn-btn02 {
  text-align: center;
}

#item01 h3,#item02 h3,#item03 h3,#item04 h3,#item05 h3{
	border-bottom:solid 1px #666;
	padding-bottom:3%;
}
/* ----------------------------------------
 menu
------------------------------------------- */
.menu .title {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 20px;
}
.menu .title span{
  font-size: 180%;
  font-weight: 500;
  margin-right: 10px;
}
.menu p {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.menu ul li {
  border-bottom: 1px solid #a6a49d;
  padding: 10px 0;
}
.menu dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.4;
}
.menu dl span{
  font-size: 70%;
}
.menu dl dt{
  font-weight: 500;
  text-align: left;
}
.menu dl dd{
  color: #951f0c;
  font-weight: 500;
  text-align:right;
}
/* ----------------------------------------
phone
------------------------------------------- */
#phone h3 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#phone h4 {
  color: #951f0c;
  font-size: 4rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
#phone h4 span {
  font-size: 4.8rem;
}
#phone .txt01{
text-align: center;
margin-bottom: 30px;
}
#phone .txt02{
font-size: 120%;
font-weight: 500;
text-align: center;
}
/* ----------------------------------------
form
------------------------------------------- */
.form .txt01{
text-align: center;
margin-bottom: 50px;
}
.form table {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.form table th {
  width: 26%;
  position: relative;
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  font-weight: normal;
  box-sizing: border-box;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 10px;
}
.need {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  background-color: #c70024;
  padding: 1px 5px;
  left: 170px;
}
.need2 {
  color: #fff;
  font-size: 1.2rem;
  background-color: #c70024;
  padding: 1px 5px;
}
.form table td {
  text-align: left;
  vertical-align: top;
  line-height: 1.7;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 20px 10px;
}
.form table tr:last-child th, .form table tr:last-child td {
  border-bottom: none;
}
.form table td p {
  padding: 15px 0 0 0;
}
.input01 {
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input01::placeholder {
  color: #b5b5b5;
}
.input02 {
  width: 80%;
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.input03 {
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  padding: 20px;
}
.select01 {
  padding: 10px 15px;
}
.submit input {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 300px;
  background-color: #951f0c;
  border: solid 1px #951f0c;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.submit input:hover {
  color: #fff;
  background-color: #951f0c;
  border: solid 1px #951f0c;
  cursor: pointer;
}
.cmn-submit {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  max-width: 200px;
  background-color: #951f0c;
  border: solid 1px #951f0c;
  border-radius: 40px;
  cursor: pointer;
  padding: 20px 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.cmn-submit:hover {
  color: #fff;
  background-color: #951f0c;
  cursor: pointer;
}
.form input[type="date"]{
padding: 10px 15px;
}
.form select {
  padding: 10px 15px;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {

}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
/* ----------------------------------------
 pop
------------------------------------------- */
#salon-info .wrapper2 .pop01 {
  width: 65%;
  top: -70px;
  left: 5%;
}
#concept01 .wrapper2 .pop01 {
  width: 15%;
  top: 40px;
  left: 20px;
}
#concept03 .wrapper2 .pop01 {
  width: 65%;
  bottom: -60px;
  right: 0;
}
#concept04 .wrapper2 .pop01, #perm .wrapper2 .pop01{
  width: 15%;
  top: 40px;
  left: 20px;
}	
#concept06 .wrapper2 .pop01 {
  width: 65%;
  bottom: -60px;
  right: 0;
}	

#menu01 .wrapper2 .pop01 {
  width: 65%;
  bottom: -50px;
  right: 0;
}
#form .wrapper2 .pop01 {
  width: 65%;
  top: -70px;
  left: 5%;
}
/* ----------------------------------------
 box
------------------------------------------- */
.mb{
  margin-bottom: 30px;
}
.right-img .box01{
  width: 100%;
  margin-bottom: 30px;
}
.right-img .box02{
  width: 100%;
}
.left-img .box01{
  width: 100%;
  margin-bottom: 30px;
}
.left-img .box02{
  width: 100%;
}
  /* ----------------------------------------
 item
------------------------------------------- */
  #item ul {
    justify-content: center;
    margin-bottom: 30px;
  }
  #item ul li {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 20px;
  }
  #item ul li:nth-child(2n) {
    margin-right: 0;
  }
  #item .img-box {
  box-shadow: 5px 5px 0 #e4dfda;
}
  #item h3 {
    font-size: 1.4rem;
    text-align: center;
  }
/* ----------------------------------------
 menu
------------------------------------------- */
.menu .title {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.menu .title span{
  font-size: 150%;
}
.menu p {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.menu dl span{
  font-size: 70%;
}
  /* ----------------------------------------

------------------------------------------- */
#phone h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
#phone h4 {
  font-size: 2rem;
  margin-bottom: 30px;
}
#phone h4 span {
  font-size: 2.4rem;
}
#phone .txt01{
margin-bottom: 30px;
}
#phone .txt02{
font-size: 100%;
font-weight: 500;
}
  /* ----------------------------------------

------------------------------------------- */
  .form table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .form table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px 10px 10px;
  }
  .form table td {
    display: block;
    width: 100%;
    padding: 0 10px 15px 10px;
  }
  .input01 {
    width: 100%;
  }
  .input02 {
    width: 100%;
  }
  .input03 {
    width: 100%;
  }
  .select01 {
    width: 100%;
    box-sizing: border-box;
  }
  .need {
    font-size: 1.1rem;
    left: auto;
    margin-left: 10px;
  }

	
/* ----------------------------------------
 headspaflow
------------------------------------------- */

#headspaflow .inner-box li{
	width:46%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:3%;
}	
	#headspaflow .inner-box li img{
		width:100%;
	}	
}</pre></body></html>