@charset "UTF-8";
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* グラシアクリニックについて */
/* -------------------------------------------------- */
#about {
	margin-bottom: 140px;
}

#aboutCatch {
	width: fit-content;
	margin: 50px auto 25px;
	padding: 15px 30px;
	font-weight: 600;
	font-size: 2.8rem;
	text-align: center;
	position: relative;
}
#aboutCatch::before,
#aboutCatch::after {
	content: "";
	display: block;
	width: 22px;
	aspect-ratio: 1/1;
	border-top: 1px solid;
	border-left: 1px solid;
	position: absolute;
	pointer-events: none;
}
#aboutCatch::before {
	top: 0;
	left: 0;
}
#aboutCatch::after {
	right: 0;
	bottom: 0;
	transform: scale(-1, -1);
}

#about .txt {
	margin-bottom: 50px;
	text-align: center;
}


/* 私たちは、３つのベストを提供することを約束します */
/* -------------------------------------------------- */
#aboutThree {
	padding: 55px 80px 65px;
	background: #f4f2ef;
}

#aboutThreeTit {
	margin-bottom: 35px;
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
}

#aboutThreeList {
	display: flex;
	justify-content: space-between;
	gap: 8%;
	counter-reset: number;
}

#aboutThree .aboutThreeListItem {
	flex: 1;
	max-width: 295px;
}

#aboutThree .aboutThreeListEn {
	width: min(100%, 255px);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	gap: 15px;
	margin: 0 auto 25px;
	padding-bottom: 14%;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #d9cfac;
	color: #998a54;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.4;
	text-align: center;
}
#aboutThree .aboutThreeListEn::before {
	padding-bottom: 8px;
	border-bottom: 1px solid;
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	font-size: 2.2rem;
	font-family: var(--font-family-en);
}

#aboutThree .aboutThreeListEn .big {
	display: contents;
	font-size: 1.2em;
}

#aboutThree .aboutThreeListTxt {
	font-size: 1.6rem;
	font-family: var(--font-family-sub);
	line-height: 2;
}


/* -------------------------------------------------- */
/* 施術の流れ */
/* -------------------------------------------------- */
#flow {
	margin-bottom: 150px;
}

#flowList {
	counter-reset: number;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 75px;
}

#flowList .item {
	padding: 40px;
	display: grid;
	grid-template-columns: 1fr 354px;
	align-items: center;
	grid-gap: 40px;
	background: #fff;
	border: 1px solid #dfd6c9;
	position: relative;
}
#flowList .item::before,
#flowList .item::after {
	content: "";
	display: block;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	pointer-events: none;
}
#flowList .item::before {
	width: 62px;
	height: 31px;
	background: #dfd6c9;
	top: 100%;
}
#flowList .item::after {
	width: 60px;
	height: 30px;
	background: inherit;
	top: calc(100% - 1px);
}
#flowList .item:last-of-type::before,
#flowList .item:last-of-type::after {
	content: none;
}

#flowList .tit {
	min-height: 60px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding-left: 80px;
	font-weight: 600;
	font-size: 2.4rem;
	position: relative;
}
#flowList .tit::after {
	counter-increment: number;
	content: counter(number, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	background: #ae9b62;
	border-radius: 50%;
	color: #fff;
	font-weight: 400;
	font-size: 1.8rem;
	font-family: var(--font-family-en);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

#flowList .txt {
	font-size: 1.6rem;
	line-height: 2;
	font-family: var(--font-family-sub);
}

/* お問い合わせ */
#flow #flowListContact {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}

#flow #flowListContact .subBox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 5px;
}

#flow #flowListContact .clinic {
	width: 100%;
	font-weight: 600;
	font-size: 2rem;
}

#flow #flowListContact .tel {
	display: flex;
	align-items: center;
	gap: 2px;
	color: #998a54;
	font-weight: 600;
	font-size: 2.2rem;
	letter-spacing: 0;
}

#flow #flowListContact .tel .icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

#flow #flowListContact .time {
	font-size: 1.7rem;
	font-family: var(--font-family-sub);
}

#flow #flowListContact .time .small {
	margin-right: 5px;
	font-size: 1.4rem;
}

#flow #flowListContact .reserve {
	min-height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(159deg, #C3A86C 0%, #9B8449 99%);
}

#flow #flowListContact .reserveTxt {
	margin-left: 10px;
}

#flow #flowListContact .reserveSub {
	font-family: var(--font-family-sub);
	font-size: 1.3rem;
}

#flow #flowListContact .reserveMain {
	font-weight: 600;
	font-size: 2rem;
}


/* -------------------------------------------------- */
/* お支払いについて */
/* -------------------------------------------------- */
#payment {
	margin-bottom: 150px;
}

#paymentContent {
	padding: 50px;
	background: #fff;
}

#paymentNote {
	margin-bottom: 50px;
	padding: 25px;
	border: 1px solid;
	color: #d52e08;
	font-weight: 600;
	font-size: 2.2rem;
	text-align: center;
}

#paymentList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
}

#paymentList .item {
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
	padding: 20px;
	border: 1px solid #888;
}

#paymentList .tit {
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
}

#paymentList .tit:has(.sub) {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

#paymentList .tit .sub {
	padding: 3px;
	border: 1px solid;
	font-weight: 500;
	font-size: 1.3rem;
}

#paymentList .txt {
	font-size: 1.6rem;
	line-height: 2;
	font-family: var(--font-family-sub);
}

#paymentList .creditTit {
	margin-bottom: 10px;
	font-weight: 600;
}

#paymentList .creditImg img {
	width: 100%;
}


/* -------------------------------------------------- */
/* はじめての方に読んでいただきたいページ */
/* -------------------------------------------------- */
#firstpage {
	margin-bottom: 150px;
}

#firstpageContent {
	padding-block: 50px;
	background: #e5e4e3;
}

#firstpageBtnWrap {
	width: min(100%, 835px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px 65px;
	margin-inline: auto;
}

#firstpage .firstpageBtn {
	width: min(100%, 390px);
}

#firstpage .firstpageBtn .btn1Link {
	place-items: center start;
}


/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {
	/* -------------------------------------------------- */
	/* はじめての方に読んでいただきたいページ */
	/* -------------------------------------------------- */
	#firstpage .firstpageBtn .btn1Link {
		min-height: 70px;
	}

	#firstpage .firstpageBtn .btn1Icon {
		width: 30px;
		height: 30px;
	}

}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	/* -------------------------------------------------- */
	/* グラシアクリニックについて */
	/* -------------------------------------------------- */
	#about {
		margin-bottom: 80px;
	}

	#aboutCatch {
		margin-top: 30px;
		padding: 10px 15px;
		font-size: 2rem;
	}

	#aboutCatch::before, #aboutCatch::after {
		width: 18px;
	}

	#about .txt {
		text-align: left;
	}


	/* 私たちは、３つのベストを提供することを約束します */
	/* -------------------------------------------------- */
	#aboutThree {
		padding: max(30px, 5%) max(20px, 5%);
	}

	#aboutThreeTit {
		font-size: 2rem;
	}

	#aboutThreeList {
		gap: 5%;
	}

	#aboutThree .aboutThreeListItem {
		max-width: none;
	}
	#aboutThree .aboutThreeListEn::before {
		font-size: 1.8rem;
	}

	#aboutThree .aboutThreeListEn {
		width: min(100%, 200px);
		font-size: 1.8rem;
	}

	#aboutThree .aboutThreeListTxt {
		font-size: 1.5rem;
	}


	/* -------------------------------------------------- */
	/* 施術の流れ */
	/* -------------------------------------------------- */
	#flow {
		margin-bottom: 80px;
	}

	#flowList {
		grid-template-columns: 1fr;
		grid-gap: 50px;
	}

	#flowList .item {
		padding:  max(20px, 5%);
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}

	#flowList .tit {
		min-height: 45px;
		margin-bottom: 10px;
		padding-left: 60px;
		font-size: 1.8rem;
	}
	#flowList .tit::after {
		width: 45px;
		height: 45px;
	}

	#flowList .txt {
		font-size: 1.5rem;
	}

	#flowList .img img {
		width: 100%;
	}

	/* お問い合わせ */
	#flow #flowListContact {
		grid-gap: 25px;
	}

	#flow #flowListContact .subBox {
		gap: 5px 10px;
	}

	#flow #flowListContact .clinic {
		font-size: 1.8rem;
	}

	#flow #flowListContact .tel {
		font-size: 2rem;
	}

	#flow #flowListContact .time {
		font-size: 1.6rem;
	}

	#flow #flowListContact .time .small {
		font-size: 1.3rem;
	}

	#flow #flowListContact .reserveSub {
		font-size: 1.1rem;
	}

	#flow #flowListContact .reserveMain {
		font-size: 1.6rem;
	}


	/* -------------------------------------------------- */
	/* お支払いについて */
	/* -------------------------------------------------- */
	#payment {
		margin-bottom: 80px;
	}

	#paymentContent {
		padding: max(30px, 5%) max(20px, 5%);
	}

	#paymentNote {
		margin-bottom: 20px;
		padding: 15px;
		font-size: 1.7rem;
	}

	#paymentList {
		grid-gap: 20px;
	}

	#paymentList .item {
		min-height: 130px;
	}

	#paymentList .tit {
		font-size: 1.8rem;
	}

	#paymentList .tit .sub {
		font-size: 1.1rem;
	}

	#paymentList .txt {
		font-size: 1.5rem;
	}

	#paymentList .creditImg img {
		width: 100%;
	}

	#paymentList .logo {
		max-width: 50%;
	}

	#paymentList .logo img {
		width: 100%;
	}


	/* -------------------------------------------------- */
	/* はじめての方に読んでいただきたいページ */
	/* -------------------------------------------------- */
	#firstpage {
		margin-bottom: 80px;
	}

	#firstpageContent {
		padding-block: 5%;
	}

	#firstpageBtnWrap {
		width: 100%;
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}

	#firstpage .firstpageBtn .btn1Link {
		place-items: center start;
	}

}


/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	/* -------------------------------------------------- */
	/* グラシアクリニックについて */
	/* -------------------------------------------------- */
	/* 私たちは、３つのベストを提供することを約束します */
	/* -------------------------------------------------- */
	#aboutThreeList {
		flex-direction: column;
		gap: 30px;
	}

	#aboutThree .aboutThreeListEn {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}


	/* -------------------------------------------------- */
	/* お支払いについて */
	/* -------------------------------------------------- */
	#paymentNote {
		text-align: left;
	}

	#paymentList {
		grid-template-columns: 1fr;
	}

	#paymentList .item {
		min-height: 100px;
		padding: 15px;
	}

}


/* -------------------------------------------------- */
/* hover */
/* -------------------------------------------------- */
@media (hover: hover) {
	/* -------------------------------------------------- */
	/* 施術の流れ */
	/* -------------------------------------------------- */
	/* お問い合わせ */
	#flow #flowListContact .reserve {
		position: relative;
		z-index: 1;
	}
	#flow #flowListContact .reserve::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: linear-gradient(-21deg, #C3A86C 0%, #9B8449 99%);
		position: absolute;
		top: 0;
		left: 0;
		pointer-events: none;
		z-index: -1;
		transition: opacity .6s ease;
		opacity: 0;
	}
	#flow #flowListContact .reserve:hover::after {
		opacity: 1;
	}

}
