@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Shippori+Mincho:wght@400;700&family=Lato:wght@400;700&display=swap");


/* ----------------------------------------
	mainimg
---------------------------------------- */
#onecolumn{
	margin: 0!important;
	width: 100%!important;
}
.mainimg_bg {
	background: url("/module/img/index/main.png") no-repeat;
	height: 100vh;
	background-size: cover;

	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;

	background-position: 35% center;
}



.stats_list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 40px 0;
	flex-wrap: wrap;
}



.stats_list li {
	width: 140px !important;
	gap: 20px;
}

.mainimg_text {
	text-align: center;
}

.mainimg_text h1{
	font-family: 'Shippori Mincho', serif;
	font-weight: 700;
	letter-spacing: 0.2em;
	font-size: 2rem;
}

@media print,
screen and (min-width: 768px) {
	.mainimg_bg{
	justify-content: flex-end;
	background-position: 25% center;
	}

	.stats_list li {
		width: 200px !important;
	}

	.mainimg_text {
		margin-right: 60px;
	}
	.mainimg_text h1{
		font-size: 2.6rem;
	}
}

/* ----------------------------------------
	painpoint
---------------------------------------- */
.painpoint{
	background-color: #fff;
  padding: 64px 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.painpoint::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: transparent;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: #fff; /* V字三角の色（背景と同じに） */
  z-index: -1;
}

@media print,screen and (min-width: 768px) {
.painpoint{
	padding: 120px 0 40px;
}

.painpoint::after{
	bottom: -96px;
	height: 96px;
}
}



.pain_message {
	
  display: flex;
  justify-content: center; /* または space-between / space-around */
  align-items: flex-start;
  gap: 24px;
  padding: 0;
  margin: 0 0 80px;
  list-style: none;
  flex-wrap: wrap;
}

.pain_message li{
	width: 148px;
  height: 148px;
  background-color: #5f575a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.pain_message p {
  color: white;
  font-size: 0.8rem;
  line-height: 2;
  
}

.pain_wrap{
position: relative;
padding: 0 0 60px; 
}

.pain_img01,
.pain_img02 {
  position: absolute;
  width: 124px;
}

.pain_img01 {
	bottom: 0;
  left: 0;
}

.pain_img02 {
	bottom: -10px;
  right: 0;
}

@media print,screen and (min-width: 768px) {
	.pain_message{
		margin: 60px 0;
		gap: 40px;
	}
	.pain_message li{
	width: 200px;
  height: 200px;
  
}
.pain_img01 {
	
  left: 20%;
}

.pain_img02 {
	
  right: 20%;
}
}

/* ----------------------------------------
	about
---------------------------------------- */
.about {
  background: url("/module/img/index/bg_about.png") no-repeat center center/cover;
  padding: 120px 0 64px;
  display: flex;
  align-items: center;
  position: relative;
}



.about h2 {
  text-align: left;
}

@media print,screen and (min-width: 768px) {
.about {

  padding: 240px 0 120px;

}
}


.about2{
	padding: 64px 0;


}

.about2_text {
	padding: 0 24px 0 0;
  flex: 1;
max-width: 720px;
display: flex;
flex-direction: column;
justify-content: center;
gap: 16px;

}


.about2_text strong {
  font-weight: bold;
 
  display: inline-block;

}

@media print,screen and (max-width: 767px) {
.about2_inner{
	padding: 0 24px;
	display: flex;
flex-direction: column;
gap: 32px;
}
}

	

@media print,screen and (min-width: 768px) {

	.about2{
	padding: 120px 0;


}
	.about2_inner {
		padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
   align-items: stretch;

  gap: 64px;
  min-height: 500px;
}

.about2_img{
	flex: 1;
	overflow: hidden;
	max-width: 700px;
}

.about2_img img {
height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  
}
	
}


/* ----------------------------------------
	change
---------------------------------------- */
.change {
  background: url("/module/img/index/bg_change.png") no-repeat center center/cover;
  padding: 64px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.change_list {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.change_list li {
 
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.change_list img{
	max-width: 320px;
	text-align: center;
	margin: 0 auto;
}

.change_title{
	font-size: 1.2rem;
	font-weight: 700;;
}

@media print,screen and (min-width: 768px) {

	.change{
	padding: 120px 0;


}
.change_list{
	gap: 64px;
}

.change_list li {
  flex: 1 1 300px;
  max-width: 340px;

  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

}

/* ----------------------------------------
	reason
---------------------------------------- */
.reason {
  background: url("/module/img/index/bg_reason.png") no-repeat center center/cover;
  padding: 64px 0;

  color: #fff;
}



.reason_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}





.reason_text {
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.reason_title{
	line-height: 1!important;
	font-family: 'cardo', 'Shippori Mincho', serif;
	font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #fff;
}

.reason_point {
  font-size: 1.6rem;
  color: #FFD681;
  margin-bottom: 10px;
  
}



.reason_point span {
  font-size: 4rem;
  font-weight: bold;
  margin-left: 5px;
}


@media print,screen and (max-width: 767px) {
	.reason_img{
  
  
  margin: 0 auto;
  text-align: center;
  
  
}
}

@media print,screen and (min-width: 768px) {

	.reason{
	padding: 120px 0;


}
.reason_list{
	gap: 64px;
}

.reason_list li {
  
  gap: 32px;
 
}

.reason_img{
	width: 40%;
}

.reason_text {
  width: 52%;
  
}
}



@media print,screen and (max-width: 767px) {
.reason_list li{
	
	display: flex;
flex-direction: column;
gap: 32px;
}

}

	

@media print,screen and (min-width: 768px) {


	.reason_list li {
		
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
   align-items: stretch;

  gap: 64px;
  min-height: 400px;
}
.reason_list li:nth-child(even) {
  flex-direction: row-reverse;
}
.reason_img{
	flex: 1;
	overflow: hidden;
	max-width: 700px;
}

.reason_img img {
height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  
}
	
}


/* ----------------------------------------
	voice
---------------------------------------- */

.voice {
  padding: 64px 0;


}

.voice_list{
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.voice_list li{
	display: flex;
	gap: 32px;
	flex-direction: column;

}

.voice_title{
	font-size: 1.2rem;
	font-weight: 700;;
}
.voice_user{
	text-align: right;
}

@media print,screen and (min-width: 768px) {

	.voice{
	padding: 120px 0;


}


}


/* ----------------------------------------
	price
---------------------------------------- */
.price {
  background: url("/module/img/index/bg_price.png") no-repeat center center/cover;
  padding: 64px 0;

}

.check_title{
	font-size: 1.2rem;
	font-weight: 700;

}



.check_list{
	text-align: center;
	display: flex;
	flex-direction: column;
  gap: 32px;
}

.check_list li{
	display: flex;
	flex-direction: column;
  gap: 8px;
}

.menu{
	padding: 40px;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.menu_list{
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
}

.menu_list li{
	flex: 1 1 400px;
  max-width: 480px;
  box-sizing: border-box;
  display: flex;
	flex-direction: column;
	gap: 16px;
}

.menu_title{
	display: flex;
  justify-content: space-between; /* ← 左右に配置 */
  align-items: baseline; /* 高さ揃え（好みに応じて） */
  font-size: 1.2rem;
  font-weight: 700;
  border-bottom: 1px solid #1B1919;
  padding-bottom: 0.4em;
  margin-bottom: 0.5em;

	border-bottom: 1px solid #1B1919;


}

.menu_title span{
	text-align: right;
}
@media print,screen and (min-width: 768px) {

	.price{
	padding: 120px 0;


}

.check_list{
	
  gap: 64px;
}

.check_list li{
	
  gap: 16px;
}

.menu{
	padding: 80px;
	
	gap: 64px;
}
.menu_list{
	gap: 64px;
}

.menu_list li{
	gap: 16px;
}

}

/* ----------------------------------------
	aftercare
---------------------------------------- */
.aftercare {
  
  padding: 64px 0;

}

.aftercare_list {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.aftercare_list li {
  flex: 1 1 300px;
  

  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.aftercare_title{
	font-size: 1.2rem;
	font-weight: 700;;
}




.aftercare_img{
	width: 200px;
  height: 200px;
  background-color: #5f575a; /* 濃いグレー（必要に応じて調整） */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

@media print,screen and (min-width: 768px) {

	.aftercare{
	padding: 120px 0;


}
.aftercare_list{
	gap: 64px;
}
.aftercare_list li{
	gap: 32px;
	max-width: 340px;
}
}

/* ----------------------------------------
	faq
---------------------------------------- */
.faq {
  background: #F8F8F8;
  padding: 64px 0;

}
.faq_list{
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.faq_title{
	margin-bottom: 16px;
border-bottom: 1px solid #1B1919;
font-size: 1.2rem;
  font-weight: 700;
  line-height: 2;
}
@media print,screen and (min-width: 768px) {

	.faq{
	padding: 120px 0;


}

}


/* ----------------------------------------
	salon
---------------------------------------- */
.salon {

  padding: 64px 0;

}
.salon_list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.salon_list li {
  width: calc(25% - 24px); /* 4つ並ぶように調整（gapを引いた分） */
  max-width: 260px;
}

.reserve{
	position: relative;
	display: flex;
  flex-wrap: wrap;
  
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  
  
}
.img_reserve{
	
	width: 180px;
	margin: 0 auto;
	
}

@media print,screen and (min-width: 768px) {

	.salon{
	padding: 120px 0;


}
.reserve{
	
  gap: 32px;
  text-align: center;

}
.img_reserve{
	position: absolute;
	right: 0;
	bottom: -60px;
	
	
}

}


/* ----------------------------------------
	contact
---------------------------------------- */
.contact {
  background: url("/module/img/index/bg_contact.png") no-repeat center center/cover;
  padding: 64px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 32px;

}

.btn_cta {
  display: inline-block;
  background-color: #d9a640; /* お好みのカラーに調整 */
  color: #fff;
 
  font-weight: 700;
  text-align: center;
  padding: 20px 60px;
  border-radius: 100px; /* 丸みの強いボタン */
  text-decoration: none;
  transition: 0.3s ease;
}

.btn_cta:hover {

  background: #CF8D02;
}

@media print,screen and (min-width: 768px) {

	.contact{
	padding: 120px 0;


}
.reserve{
	
  gap: 32px;

}

}