@charset "utf-8";

/* ==================================================
発毛・育毛コース
================================================== */

.regrowth-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}


/* ==================================================
ファーストセクション
================================================== */

.regrowth-intro {
    position: relative;
	width: 100%;
    height: 600px;
    background-image: url(../image/hair_regrowth_main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.regrowth-intro::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 0;
}

.regrowth-intro__inner {
	position: relative;
	z-index: 1;
}

.regrowth-intro__title {
	text-align: center;
	margin-bottom: 40px;
    z-index: 1;
}

.regrowth-intro__title h1 {
    width: 100%;
	padding-top: 60px;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.05em;
    color: #4C6600;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
}

.regrowth-intro__en {
	margin: 16px 0 0;
	font-size: 13px;
	letter-spacing: 0.45em;
    font-weight: 400;
}

.regrowth-intro__body {
    width: 60%;
}

.regrowth-intro__text h2 {
	margin: 0 0 20px;
	color: #496700;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
}

.regrowth-intro__text p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 2;
}

.regrowth-intro__lead {
	color: #496700;
	font-size: 18px;
}

.regrowth-intro__text p:last-child {
	margin-bottom: 0;
}

.regrowth-intro__image {
	overflow: hidden;
}

.regrowth-intro__image img {
	display: block;
	width: 100%;
	height: auto;
}


/* ==================================================
発毛育毛促進メニュー
================================================== */

.regrowth-menu {
	width: 100%;
	padding: 80px 0 110px;
}

.regrowth-menu__title {
	margin: 0 0 50px;
	text-align: center;
	color: #496700;
	font-size: 26px;
	font-weight: bold;
}


.regrowth-menu__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.regrowth-menu__item {
	background: #fff;
	padding: 12px 12px 20px;
	box-sizing: border-box;
	text-align: center;
}

.regrowth-menu__item img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 1.25;
	object-fit: cover;
}

.regrowth-menu__item p {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	margin: 14px 0 0;
	font-size: 15px;
	line-height: 1.6;
}


/* ==================================================
このままでいいですか？
================================================== */

.regrowth-message {
	width: 100%;
	padding: 90px 0 100px;
	background: #fff;
}



.regrowth-message__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 60px;
}

.regrowth-message__image img {
	display: block;
	width: 100%;
	height: auto;
}

.regrowth-message__text h2 {
	position: relative;
	margin: 0 0 28px;
	padding-left: 34px;
	color: #496700;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.regrowth-message__text h2 > span {
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 19px;
	height: 19px;
	background: #496700;
}

.regrowth-message__text h2::after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	margin-top: 20px;
	background: #496700;
}

.regrowth-message__catch {
	color: #496700;
	font-size: 18px;
}

.regrowth-message__text p {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 1.9;
}

.regrowth-message__text ul {
	margin: 24px 0;
	padding-left: 1.5em;
}

.regrowth-message__text li {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.6;
}

.regrowth-message ul,
.regrowth-message li {
    list-style: circle;
}

.regrowth-message__last {
	margin-bottom: 0 !important;
}


/* ==================================================
PRICE
================================================== */

.regrowth-price {
	margin-top: 70px;
	padding: 30px 40px;
	border: 1px solid #496700;
	background: #f9f9ef;
	text-align: center;
	box-sizing: border-box;
}

.regrowth-price__title {
	margin: 0 0 16px;
	font-size: 20px;
	line-height: 1.5;
    font-weight: bold;
}

.regrowth-price__title span {
	white-space: nowrap;
}

.regrowth-price__price {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.regrowth-price__price > span {
	font-size: 17px;
}

.regrowth-price__price strong {
	color: #496700;
	font-size: 54px;
	font-weight: 400;
	line-height: 1;
}

.regrowth-price__price strong small {
	font-size: 28px;
	font-weight: 400;
    width: auto;
    height: auto;
    color: #4C6600;
    display: inline;
    background: none;
}

.regrowth-price__tax {
	font-size: 15px !important;
}


/* ==================================================
Tablet
================================================== */

@media screen and (max-width: 900px) {

	.regrowth-inner {
		padding-left: 25px;
		padding-right: 25px;
	}

	.regrowth-intro {
		padding: 70px 0 80px;
	}

	.regrowth-intro__title {
		margin-bottom: 50px;
	}

	.regrowth-intro__title h1 {
		font-size: 30px;
	}

	.regrowth-intro__body,
	.regrowth-message__body {
		gap: 40px;
	}

	.regrowth-intro__text h2 {
		font-size: 21px;
	}

	.regrowth-menu {
		padding: 70px 0 90px;
	}

	.regrowth-menu__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.regrowth-message {
		padding: 70px 0 80px;
	}

}


/* ==================================================
Smartphone
================================================== */

@media screen and (max-width: 767px) {

	.regrowth-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* ------------------------------
	ファースト
	------------------------------ */

	.regrowth-intro {
		padding: 40px 0 40px;
        height: 500px;
        background-position: 60% center;
	}
    
	.regrowth-intro__title {
		margin-bottom: 40px;
	}

	.regrowth-intro__title h1 {
		font-size: 24px;
		line-height: 1.6;
        padding-top: 0;
	}

	.regrowth-intro__en {
		margin-top: 12px;
		font-size: 10px;
		letter-spacing: 0.3em;
	}

	.regrowth-intro__body {
        width: 100%;
	}

	.regrowth-intro__text {
		order: 2;
	}

	.regrowth-intro__image {
		order: 1;
	}

	.regrowth-intro__text h2 {
		font-size: 20px;
	}

	.regrowth-intro__lead {
		font-size: 16px;
	}

	.regrowth-intro__text p {
		font-size: 14px;
		line-height: 1.9;
	}


	/* ------------------------------
	メニュー
	------------------------------ */

	.regrowth-menu {
		padding: 55px 0 70px;
	}

	.regrowth-menu__title {
		margin-bottom: 35px;
		font-size: 21px;
	}

	.regrowth-menu__list {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.regrowth-menu__item {
		padding: 8px 8px 15px;
	}

	.regrowth-menu__item p {
		min-height: 50px;
		font-size: 12px;
		line-height: 1.5;
	}


	/* ------------------------------
	このままでいいですか？
	------------------------------ */

	.regrowth-message {
		padding: 60px 0 70px;
	}

	.regrowth-message__body {
		display: flex;
		flex-direction: column;
		gap: 35px;
	}

	.regrowth-message__text h2 {
		font-size: 21px;
	}

	.regrowth-message__catch {
		font-size: 16px;
	}

	.regrowth-message__text p,
	.regrowth-message__text li {
		font-size: 14px;
	}


	/* ------------------------------
	PRICE
	------------------------------ */

	.regrowth-price {
		margin-top: 50px;
		padding: 25px 15px;
	}

	.regrowth-price__title {
		font-size: 17px;
	}

	.regrowth-price__title span {
		display: block;
		white-space: normal;
	}

	.regrowth-price__price {
		display: block;
	}

	.regrowth-price__price > span {
		display: block;
		font-size: 14px;
	}

	.regrowth-price__price strong {
		display: block;
		margin: 12px 0 6px;
		font-size: 44px;
	}

	.regrowth-price__price strong small {
		font-size: 23px;
	}

}


/* ==================================================
Small Smartphone
================================================== */

@media screen and (max-width: 480px) {

	.regrowth-menu__list {
		grid-template-columns: 1fr;
	}

	.regrowth-menu__item p {
		min-height: 0;
		font-size: 14px;
	}

}