@charset "UTF-8";

/* CSS Document */
/** スマートフォン **/


body {
	text-align: justify;
	text-justify: inter-ideograph;
}

#header {
	width: 100%;
	background-image: none;
	border-bottom: 1px #808080 solid;
	box-sizing: border-box;
}

#header #lpHeaderParts {
	width: 100%;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
	position: relative;

}

#LpPage {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

#ContentsArea {

	background-image: none;
	padding-top: 0px;

}

img {
	max-width: 100%;
	height: auto;
}


/******************************************************/
/* ヘッダー */
#header {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}

#header #lp_logo_box {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}

#header #lp_logo_box #logo {
	width: 198px;
	height: 16px;
	margin: 0px auto 0px auto;
	padding-top: 0px;
	background-image: url("../img/common/lp_logo_text.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

}

#header #lpHeaderParts ul {
	display: none;
}

#menuOpen {
	width: 40px;
	height: 30px;
	max-width: 80px;
	margin: 0px 0px 0px 0px;

	background-image: url("../img/common/menu_gr.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;

	text-indent: -9999px;
	overflow: hidden;

	position: absolute;
	top: 14px;
	right: 10px;
	display: block;
}

#menuOpen:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


#pc ul {
	width: 200px;
	box-sizing: border-box;
	position: absolute;
	top: -5px;
	right: -200px;
	z-index: 700;

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;

	list-style-type: none;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: flex-start;
	align-items: flex-start;
}

#pc ul>li {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	border: 1px #808080 solid;
	border-top: none;
}

#pc ul li:first-child {
	border-top: 1px #b4a18b solid;
}

#pc ul>li a {
	width: 100%;
	height: auto;
	padding: 8px 0px 8px 0px;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);

	text-align: center;
	text-decoration: none;
	color: #7d736d;
	display: block;
}


#pc ul>li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}




/******************************************************/
/* 見出し画像枠 */
.contentPartsImg {
	width: 100%;
	margin: 0 auto 35px auto;
	padding: 0px 0px 0px 0px;
}

/* 見出し画像 */
h2.lp_content_img {
	width: 100%;
	height: 0;
	margin: 0 auto 0px auto;
	padding-top: 135%;

	background-image: url("../img/lp_hyaluron/top_img_s.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;

	text-indent: -9999px;
	overflow: hidden;
	display: block;
}


/******************************************************/
/* コンテンツバーツ */
.contentParts {
	width: 96%;
	margin: 0 auto 50px auto;
	padding: 0px 0px 0px 0px;

	line-height: 150%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-align-content: flex-start;
	align-content: flex-start;

}

.contentParts.menu .contentParts {
	align-items: center;
}


.contentFloatParts {
	width: 96%;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 0px;

	line-height: 180%;

	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-flex-flow: column wrap;
	flex-flow: column wrap;

	-webkit-align-items: flex-start;
	align-items: flex-start;

	-webkit-align-content: flex-start;
	align-content: flex-start;

}


.contentParts p,
.contentFloatParts p {
	margin-top: 0px;

	line-height: 180%;

	text-align: justify;
	text-justify: inter-ideograph;
}

.contentParts p:last-child,
.contentFloatParts p:last-child {
	margin-bottom: 0px;
}


.price table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

.price table th {
	padding: 1rem 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

.price table td {
	padding: 1.5rem 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.price table td:first-child {
	width: 30%;
	border-right: 1px solid #000;
	text-align: left;
}

.price table td:last-child {
	padding-left: 1rem;
	text-align: left;
}


/******************************************************/
/* 見出し */
h3[class^="hyaluron_title0"] {
	width: 100%;
	height: 23px;
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position-x: center;
}


/* ヒアルロン酸注入とは？ */
h3.hyaluron_title01 {
	background-image: url("../img/lp_hyaluron/title01.png");
}

/* 主な効果 */
h3.hyaluron_title02 {
	background-image: url("../img/lp_hyaluron/title02.png");
}

/* ヒアルロン酸と施術について */
h3.hyaluron_title03 {
	background-image: url("../img/lp_hyaluron/title03.png");
}

/* 使用するヒアルロン酸製剤 */
h3.hyaluron_title04 {
	background-image: url("../img/lp_hyaluron/title04.png");
}

/* 料金について */
h3.hyaluron_title05 {
	background-image: url("../img/lp_hyaluron/title05.png");
}

/* 施術の流れ */
h3.hyaluron_title06 {
	margin-bottom: 20px;
	background-image: url("../img/lp_hyaluron/title06.png");
}

/* 治療について */
h3.hyaluron_title07 {
	background-image: url("../img/lp_hyaluron/title07.png");
}

/* よくある質問 */
h3.hyaluron_title08 {
	background-image: url("../img/lp_hyaluron/title08.png");
}

h4[class^="hyaluron_subttl0"] {
	width: 100%;
	height: 19px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.about h4[class^="hyaluron_subttl0"] {
	height: 25px;
}

h4.hyaluron_subttl01_1 {
	width: 55%;
	margin: 0 auto;
	height: 15px !important;
	background-image: url("../img/lp_hyaluron/title01_1.png");
}

h4.hyaluron_subttl02_1 {
	margin-top: 20px;
	background-image: url("../img/lp_hyaluron/title02_1.png");
}

h4.hyaluron_subttl02_2 {
	margin-top: 20px;
	background-image: url("../img/lp_hyaluron/title02_2.png");
}

h4.hyaluron_subttl02_3 {
	margin-top: 20px;
	background-image: url("../img/lp_hyaluron/title02_3.png");
}

h4.hyaluron_subttl04_1 {
	margin: 0;
	background-image: url("../img/lp_hyaluron/title04_1.png");
}

h4.hyaluron_subttl04_2 {
	margin: 0;
	background-image: url("../img/lp_hyaluron/title04_2.png");
}

h4.hyaluron_subttl04_3 {
	margin: 0;
	background-image: url("../img/lp_hyaluron/title04_3.png");
}

h4.hyaluron_subttl07_1 {
	background-image: url("../img/lp_hyaluron/title07_1.png");
}

h4.hyaluron_subttl07_2 {
	background-image: url("../img/lp_hyaluron/title07_2.png");
}

h4.hyaluron_subttl07_3 {
	background-image: url("../img/lp_hyaluron/title07_3.png");
}

h4.hyaluron_subttl07_4 {
	background-image: url("../img/lp_hyaluron/title07_4.png");
}


.borderttl {
	padding: 15px 0 15px 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 1.5rem;
	font-weight: lighter;
	text-align: left;
}

/******************************************************/
/* パーツ */
/******************************************************/
.listflex2,
.listflex3 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

.listflex2 li,
.listflex3 li {
	margin: 0px auto 25px auto;
	box-sizing: border-box;
	display: block;
}

.listflex2.case li,
.listflex3 li {
	width: 80%;
}


.left_parts01,
.left_parts03 {
	width: 100%;
	margin: 0px auto 20px auto;
}

.menu .left_parts01 {
	width: 80%;
	margin-bottom: 0;
}

.right_parts01 {
	width: 100%;
	margin: 0px auto 30px auto;

	box-sizing: border-box;
}

.left_parts02 {
	width: 7%;
	height: 200px;
	line-height: 230px;
	margin: 0px 0px 40px 0px;
	padding: 0px 5%;
	border-right: 1px solid #000000;
}

.right_parts02 {
	width: 75%;
	margin: 0px auto 40px auto;
	box-sizing: border-box;
}

.right_parts03 {
	padding: 0 15px;
	margin-bottom: 50px;
}

.centerParts {
	width: 100%;
	margin: 0px auto 0px auto;
}


.centerTable {
	width: 100%;
	border-collapse: collapse;
}


.centerTable th {
	width: 25%;
	padding: 10px 10px 10px 10px;
	border: 1px #000000 solid;
}


.centerTable td {
	width: 25%;
	border: 1px #000000 solid;
	text-align: left;
}


.centerTable td.entry {
	height: 4em;
	padding: 0px 5px 0px 5px;
}


.centerTable td.result {
	text-align: center;
}

.centerTable .pcl {
	background-color: #d2ecfa;
}


.detailTable .course {
	width: 25%;
	padding: 15px 0;
}

.detailTable .detail {
	width: 65%;
	padding-left: 15px;
}


.alignitems_c {
	align-items: center;
}

.yellow {
	background-color: #faf7e8;
}

.caut {
	padding: 25px 40px;
	background-color: #fffeee;
}

.cauttxt {
	text-align: center !important;
	font-size: 1.2rem !important;
	font-weight: bold;
	color: #e60012;
}

.cauttxt::before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 32px;
	margin-right: 10px;
	background-image: url(../img/lp_hyaluron/caution.png);
	background-size: contain;
	vertical-align: sub;
}

.w_30_s {
	width: 30%;
}

.w_55_s {
	width: 55%;
}

.w_65_s {
	width: 65%;
}

.w_85_s {
	width: 85%;
}

.w_95_s {
	width: 95%;
}

.pl_15 {
	padding-left: 15px;
}

.plr_15 {
	padding: 0 15px;
}

.plr_20 {
	padding: 0 20px;
}

.mrl_a {
	margin-right: auto;
	margin-left: auto;
}

.mb_0 {
	margin-bottom: 0;
}

.mt_20_s {
	margin-top: 20px;
}

.mb_20_s {
	margin-bottom: 20px;
}

.mb_40_s {
	margin-bottom: 40px;
}

.mb_55_s {
	margin-bottom: 55px;
}

.mb_40 {
	margin-bottom: 40px;
}

.checkparts {
	width: 75%;
	height: 19vw;
	padding-left: 1rem;
}

.centerParts.space {
	padding-left: 10px;
	padding-bottom: 10px;
}

.menu .sp {
	margin-right: 10px;
}

.pc {
	display: none;
}

.small {
	font-size: 13px !important;
	margin-bottom: 0;
}

.book {
	padding: 35px 15px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.query {
	display: flex;
	gap: 1.3rem;
	font-size: 1.2rem !important;
	color: #856239;
}

.query::before {
	content: '';
	display: block;
	flex: 0 0 20px;
	height: 30px;
	background-image: url(../img/lp_hyaluron/q.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.answer {
	display: flex;
	gap: 1.3rem;
	font-size: 1rem !important;
	color: #808080;
}

.answer::before {
	content: '';
	display: block;
	flex: 0 0 20px;
	height: 30px;
	background-image: url(../img/lp_hyaluron/a.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}


/******************************************************/
/** pc **/
/******************************************************/
@media screen and (min-width: 641px) {
	body {
		min-width: 1000px;
	}

	#header {
		width: 100%;
		height: auto;
		min-width: 1000px;
		margin: 0px auto 0px auto;
	}

	#header #lpHeaderParts {
		width: 880px;
		height: auto;
		margin: 0px auto 0px auto;
		padding: 30px 0px 30px 0px;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;

		-webkit-justify-content: space-between;
		justify-content: space-between;

		-webkit-align-items: flex-start;
		align-items: flex-start;

		-webkit-align-content: center;
		align-content: center;

		-webkit-flex-direction: row;
		flex-direction: row;

	}

	#header #lp_logo_box {
		width: 300px;
		height: auto;
	}

	#header #lp_logo_box #logo {
		width: 272px;
		height: 23px;
		margin: 0px auto 0px 0px;
	}


	#menuOpen {
		display: none;
	}

	#pc {
		display: none;
	}

	#header #lpHeaderParts ul {
		width: 500px;
		box-sizing: border-box;
		position: rilative;

		margin: 10px 0px 0px auto;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;

		list-style-type: none;

		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;

		-webkit-flex-direction: row;
		flex-direction: row;

		-webkit-justify-content: flex-end;
		justify-content: flex-end;

		-webkit-align-items: end;
		align-items: end;
	}

	#header #lpHeaderParts ul>li {
		width: 100px;
		padding: 0px 0px 0px 0px;
		text-align: right;
	}

	#header #lpHeaderParts ul>li a {
		width: 100%;
		height: auto;
		padding: 0px 0px 0px 0px;
		box-sizing: border-box;
		text-align: right;
		text-decoration: none;
		color: #656464;
		display: block;
	}

	#header #lpHeaderParts ul>li a:hover {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	.price table td:first-child {
		width: 40%;
		text-align: center;
	}

	.price table td:last-child {
		padding-left: 2rem;
	}

	/******************************************************/
	/* 見出し */
	h3[class^="hyaluron_title0"] {
		height: 30px;
	}

	h4[class^="hyaluron_subttl0"] {
		height: 22px;
	}


	/* 見出し画像枠 */
	.contentPartsImg {
		width: 100%;
		height: 520px;
		margin: 0 auto 45px auto;
		padding: 0px 0px 0px 0px;
		overflow: hidden;
	}

	/* 見出し画像 */
	h2.lp_content_img {
		width: 100%;
		height: 100%;
		max-width: 950px;
		padding-top: 0px;

		background-image: url("../img/lp_hyaluron/top_img.png");
		background-size: contain;
	}

	h4.hyaluron_subttl01_1 {
		width: 100%;
		margin: 0 0 20px 1rem;
		height: 18px !important;
	}

	/******************************************************/
	/* コンテンツバーツ */
	.contentParts {
		width: 835px;
		height: auto;
		margin: 0 auto 60px auto;
		padding: 0px 0px 0px 0px;

		-webkit-flex-direction: row;
		flex-direction: row;
	}


	.contentFloatParts {
		width: 835px;
		margin: 0 auto 60px auto;
		padding: 0px 0px 0px 0px;

		display: block;
		position: relative;
	}

	.contentParts p,
	.contentFloatParts p {
		font-size: 16px;
	}

	.contentParts .item_w30 {
		width: 31%;
	}

	.contentParts.main p {
		margin-left: 30px;
	}


	/*float解除*****************************************/
	.contentFloatParts:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}


	/******************************************************/
	/* パーツ */
	/******************************************************/
	.listflex2,
	.listflex3 {
		width: 100%;
		line-height: 150%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.price .listflex2 {
		justify-content: left;
	}

	.listflex2 li {
		margin: 0 0 25px;
		box-sizing: border-box;
	}

	.price .listflex2 li:first-child {
		width: 38%;
	}

	.listflex2.case li {
		width: 47%;
	}


	.listflex3 li {
		width: 30%;
		margin: 0 0 25px;
		box-sizing: border-box;
	}


	.left_parts01 {
		width: 60%;
		margin: 0px auto 35px 0px;
	}

	.menu .left_parts01 {
		width: 45%;
		margin: 0px auto 35px;
	}

	.right_parts01 {
		width: 36%;
		margin: 0px 0px 0px auto;
	}

	.menu .right_parts01 {
		width: 55%;
		padding-right: 30px;
		margin: 0px 0px 0px auto;
	}

	.left_parts02 {
		width: 5%;
		height: 150px;
		line-height: 180px;
		margin: 0px auto 40px 0px;
		padding: 0 50px 0 0;
	}

	.left_parts03 {
		width: 20% !important
	}

	.right_parts02 {
		width: 80%;
		margin: 0px 0px 40px auto;
	}

	.right_parts03 {
		width: 30%;
		padding: 0;
		margin: 0px 0px 0px auto;
	}

	.right_parts04 {
		width: 80%;
		padding: 0;
	}

	.centerParts {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}

	.centerTable {
		font-size: 16px;
		line-height: 180%;
	}

	.centerTable td.entry {
		padding-left: 25px;
	}

	.detailTable {
		max-width: 580px;
		margin-bottom: 30px;
	}

	.detailTable .detail {
		padding-left: 15px;
	}

	.book {
		display: flex;
		align-items: end;
		padding: 35px;
		margin: 30px 0 20px;
	}

	.book>div {
		order: 2;
	}

	.book>p {
		order: 1;
		margin-bottom: 0;
	}

	.book img {
		vertical-align: bottom;
	}


	/* コンテンツバーツ */

	.w_18 {
		width: 18% !important;
	}

	.w_20 {
		width: 20% !important;
	}

	.w_25 {
		width: 25% !important;
	}

	.w_30 {
		width: 30%;
	}

	.w_65 {
		width: 65%;
	}

	.w_70 {
		width: 70%;
	}

	.w_75 {
		width: 75%;
	}

	.pb_30_p {
		padding-bottom: 30px;
	}

	.mb_0_p {
		margin-bottom: 0;
	}

	.mb_20_p {
		margin-bottom: 20px;
	}

	.mb_30_p {
		margin-bottom: 30px;
	}

	.mb_40_p {
		margin-bottom: 40px;
	}

	.mb_60_p {
		margin-bottom: 60px;
	}

	.checkparts {
		width: 45%;
		height: auto;
		padding-left: 0;
	}

	h3[class^="hyaluron_title0"].mb_20_p {
		margin-bottom: 20px;
	}

	h3[class^="hyaluron_title0"].mb_40_p {
		margin-bottom: 40px;
	}

	h4[class^="hyaluron_subttl0"].mb_40_p {
		margin-bottom: 40px;
	}

	.centerParts.space {
		padding-left: 15px;
		padding-bottom: 10px;
	}

	.query {
		align-items: center;
		gap: 1.8rem;
		font-size: 1.5rem !important;
	}

	.query::before {
		flex: 0 0 30px;
	}

	.answer {
		gap: 1.8rem;
		font-size: 1.2rem !important;
	}

	.answer::before {
		flex: 0 0 30px;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

}