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


.top-img {
	margin-top:60px;
  width: 100%;
  height: 405px;
  background-image: url("../images/salonphoto.png");
	background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 100px;
}
.about-title {
  font-size: 3.0rem;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  letter-spacing: 0.1em;
}
@media(max-width:768px) {
  .top-img {
    height: 188px;
		margin-bottom: 60px;
  }
  .about-title {
    font-size: 2.4rem;
    width: 100%;
    padding: 10px;
  }
}
/*サロンの強み＊*/
.about-salon {
  max-width: 1040px;
  margin: 0 auto 160px;
}
/*見出しのpointを横並び＊*/
.point-title {
  display: flex;
  width: 80%;
 margin: 0 auto 60px;
  position: relative;
}
.point-title ::after {
  content: '';
  width: 500px;
  height: 1px;
  display: inline-block;
  background-color: #dd7342;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.point-title h3 {
  color: #Dd7342;
  font-family: 'Marcellus', serif;
  font-size: 4.0rem;
  padding-right: 60px;
	width: 30%;
}
/*pointの数字*/
.point-title p {
  color: #dd7342;
  font-family: 'Sawarabi Mincho', serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}

@media(max-width:768px) {
	.about-salon{margin-bottom: 100px;}
	.point-title{width:90%;}
  .point-title h3 {
    font-size: 2.0rem;
    padding-right: 30px;
		width: 30%;
  }
  .point-title ::after {
    width: 200px;
    bottom: -20px;
  }
 
  .point-title p {
    font-size: 1.9rem;
    text-align: left;
  }
  .about-salon {
    padding: 0 24px;
    margin: 0 auto 120px;
  }
}
/*中身の横並び＊*/
.point-wrapper {
  display: flex;
	max-width: 1040px;
	width: 100%;
  flex-direction: row-reverse;
  justify-content: center;
	align-items: center;
  margin-bottom: 120px;
}
.point-wrapper img {
  position: relative;
  box-shadow: 20px 20px rgba(216, 213, 207, 0.7);
}
.point-wrapper__text {
	line-height: 3.0rem;
  text-align: left;
  flex-basis: 50%;
  margin-right: 30px;
}
/*16タイプメリットの横並び＊*/
.point-wrapper__merit {
  display: flex;
  margin-top: 30px !important;
  justify-content:center;
  margin: 0 auto;
}

.bestcolor{width: 135px!important;
height: 135px;
box-shadow: none!important;
margin-left:15px;
	margin-right: 15px;
margin-top: 30px;}
/*男性メリットの横並び＊*/
.mens-merit{
	display: flex;
	margin-top: 30px!important;
	text-align: center;
	justify-content: center;
	align-items: center;
	
}
.mens-meritimg{
	width: 180px!important;
	height: 210px!important;
	box-shadow: none!important;
		margin-left: 15px!important;
	margin-right: 15px;
}
.message {
  font-weight: 300;
  font-size: 2.0rem;
  color: #6C6B6B;
  font-family: 'Sawarabi Mincho', serif;
  line-height: 3.5rem;
  margin-bottom: 30px;
  position: relative;
}
.message::before {
  content: '';
  background-image: url("../images/orange.png");
  width: 66px;
  height: 66px;
  position: absolute;
  top: -20px;
  left: 0;
}
.message::after {
  content: '';
  background-image: url("../images/orange.png");
  width: 66px;
  height: 66px;
  position: absolute;
  top: 20px;
  right: 0;
}
/*リラクゼーションに。。。のところ*/
@media(max-width:768px) {
  .point-wrapper {
    display: block;
    margin-bottom: 40px;
  }
  .point-wrapper img {
    width: 80vw;
		max-width: 400px;
    margin-bottom: 40px;
  }
  .point-wrapper__text {
    max-width: 400px;
    margin: 0 auto
  }
  .message {
    font-size: 1.8rem;
    text-align: center;
  }
  table td {
    padding: 0;
    font-size: 14px;
  }
  .message::after {
    top: 40px;
    right: 0;
  }
  .message::before {
    top: -10px;
  }
	.mens-meritimg{width: 150px!important;height: 180px!important;}
}
/*section customer*/
.section-customer {
  max-width: 1040px;
  margin: 0 auto 120px;
}
/*見出し＊*/
.section-customer h2 {
  font-size: 3.0rem;
  font-family: 'Sawarabi Mincho', serif;
  letter-spacing: 0.1em;
  font-weight: 300;
  position: relative;
  margin-bottom: 120px;
}
.section-customer h2::after {
  content: '';
  width: 110px;
  height: 1px;
  display: inline-block;
  background-color: #dd7342;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media(max-width:768px) {
  .section-customer h2 {
    font-size: 2.4rem;
		margin-bottom: 80px;
  }
  .section-customer h2::after {
    bottom: -20px;
  }
}
/*中身*/
.customer-voice {
  margin: 0 auto 200px;
  max-width: 900px;
}
.customer-voice h3 {
	display: inline-block;
  font-size: 2.4rem;
	padding-top: 30px;
  font-family: 'Sawarabi Mincho', serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin:0 auto 60px;
  text-align: center;
  line-height: 4.3rem;
  position: relative;
	max-width: 700px;
	
}
/*あしらい＊*/
.customer-voice h3::before{
	content:'';
	width:236px;
	height: 60px;
	background-image: url("../images/Customervoice2.png");
	position: absolute;
	top: -20px;
	left: -100px;
	transform: rotate(-6deg);
}
/*線*/
.customer-voice h3::after {
  content: '';
  max-width: 860px;
  height: 1px;
  display: inline-block;
  background-color: #dd7342;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.customer-voice p {
  text-align: left;
	max-width:700px;
	margin: auto;
}
@media(max-width:768px) {
  .customer-voice {
    padding: 0 30px;
    margin: 0 auto 60px;
  }
  .customer-voice h3 {
    font-size: 1.6rem;
    line-height: 2.9rem;
    margin-bottom: 40px;
		padding:10px 0;
  }
	.customer-voice h3::before{
		background-image: none;
		width:121px;
		height: 30px;
		left: -30px;
	}
  .customer-voice h3::after {
    width: 200px;
    bottom: -20px;
  }
	.customer-voice p{max-width: 400px;
    margin: auto;}
}

