@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

:root {
	--main-color: #3FA7D1;
	--dark-blue: #457B9D;
	--bg-light: #EAF6FA;
	--accent-pale: #A6D9DC;
	--text-color: #231815;
}

/* ---------------------------------------------------------
	CSS Document koreapeeling
--------------------------------------------------------- */

#koreapeeling {
	margin-bottom: 80px;
}

#koreapeeling h1 {
	text-align: center;
	margin-bottom: 60px;
	font-weight: 700;
}

#koreapeeling h1 .subtitle {
	display: block;
	font-size: 18px;
	color: var(--dark-blue);
}

#koreapeeling h1 .main_title {
	display: block;
	font-weight: 700;
	font-size: 38px;
	color: var(--main-color);
}

#koreapeeling .intro_block {
	margin-bottom: 70px;
}

#koreapeeling .intro_block h2 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.5;
	color: var(--dark-blue);
}

.intro_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.intro_image {
	flex: 0 0 490px;
}

.intro_image img {
	width: 100%;
	border-radius: 30px;
	box-shadow: 15px 15px 40px rgba(63, 167, 209, 0.2);
}

#koreapeeling .catchphrase {
	margin-bottom: 10px;
	font-size: 22px;
}

/* ---------------------------------------------------------
	CSS Document recommend
--------------------------------------------------------- */

#recommend {
	margin-bottom: 80px;
}

#recommend h2 {
	margin-bottom: 60px;
	font-size: 26px;
	color: var(--dark-blue);
	position: relative;
}

#recommend h2::after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: var(--main-color);
	transform: translateX(-50%);
	position: absolute;
	bottom: -15px;
	left: 50%;
}

#recommend ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

#recommend li {
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: 25px 40px;
	border-radius: 16px;
	background: linear-gradient(135deg, var(--main-color), var(--accent-pale));
	box-shadow: 0 10px 25px rgba(69, 123, 157, 0.1);
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	position: relative;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

#recommend li:before {
	margin-right: 0.5em;
	font-size: 24px;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin-bottom: 80px;
	padding: 80px 0;
	background-image: linear-gradient(135deg, #F8F9FA 41.67%, rgba(168, 218, 220, 0.3) 41.67%, rgba(168, 218, 220, 0.3) 50%, #F8F9FA 50%, #F8F9FA 91.67%, rgba(168, 218, 220, 0.3) 91.67%, rgba(168, 218, 220, 0.3) 100%);
	background-size: 8.49px 8.49px;
}

#point h2 {
	margin-bottom: 40px;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

#point h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
}

#point h2 .ja {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}

.feature_list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 70px;
}

.feature_item {
	flex: 1;
	background: #fff;
	padding: 40px 20px;
	border-radius: 15px;
	box-shadow: 0 10px 25px rgba(69, 123, 157, 0.1);
	text-align: center;
	position: relative;
	transition: transform 0.3s ease;
}

.feature_item:hover {
	transform: translateY(-10px);
}

.feature_item .num {
	content: "POINT";
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #457B9D;
	color: #fff;
	padding: 4px 15px;
	border-radius: 20px;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

#point h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #EAF6FA;
	font-weight: 700;
	font-size: 20px;
	color: #457B9D;
}

.feature_item p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 0;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document ingredients
--------------------------------------------------------- */

#ingredients {
	margin-bottom: 80px;
}

#ingredients h2 {
	margin-bottom: 40px;
	font-size: 44px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	color: #3FA7D1;
}

#ingredients h2 .en {
	font-family: "Jost", serif;
	font-weight: 500;
}

#ingredients h2 .ja {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	margin-top: 10px;
}


.ingredients_table_wrapper {
	overflow: hidden;
	border-radius: 20px;
	border: 2px solid var(--accent-pale);
	box-shadow: 0 10px 40px rgba(69, 123, 157, 0.08);
}

.ingredients_table {
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}

.ingredients_table thead th {
	background-color: var(--bg-light);
	color: var(--dark-blue);
	padding: 20px;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
}

.ingredients_table tbody th {
	background-color: #ffffff;
	color: var(--main-color);
	width: 30%;
	font-weight: 600;
	padding: 20px;
	border-bottom: 1px solid var(--bg-light);
	border-right: 1px solid var(--bg-light);
	text-align: center;
}

.ingredients_table td {
	padding: 20px 90px;
	border-bottom: 1px solid var(--bg-light);
	text-align: left;
	line-height: 1.7;
	color: var(--text-color);
}

.ingredients_table tbody tr:nth-child(even) th,
.ingredients_table tbody tr:nth-child(even) td {
	background-color: #fbfdfe;
}

.ingredients_table tbody tr:hover td,
.ingredients_table tbody tr:hover th {
	background-color: #f0f9ff;
	transition: 0.3s;
}


/* ---------------------------------------------------------
	CSS Document salon
--------------------------------------------------------- */

#salon .container {
	padding: 50px;
	background-image: linear-gradient(135deg, #F8F9FA 41.67%, rgba(168, 218, 220, 0.6) 41.67%, rgba(168, 218, 220, 0.6) 50%, #F8F9FA 50%, #F8F9FA 91.67%, rgba(168, 218, 220, 0.6) 91.67%, rgba(168, 218, 220, 0.6) 100%);
	background-size: 8.49px 8.49px;
}

#salon h2 {
	margin-bottom: 15px;
	font-size: 24px;
	color: var(--dark-blue);
}

.shop_anchor ul {
	display: flex;
	gap: 15px;
	justify-content: center;
	margin-top: 20px;
}

.shop_anchor a {
	display: block;
	min-width: 140px;
	padding: 12px 20px;
	border: 1px solid var(--main-color);
	background: #fff;
	color: var(--main-color);
	border-radius: 30px;
	text-decoration: none;
	transition: all 0.3s;
	opacity: 1;
}

.shop_anchor a:hover {
	background: var(--main-color);
	color: #fff;
}
