@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

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;
	padding: 0px 0px 0px 0px;
}

/* メインビジュアル */
h2.lp_content_img {
	width: 100%;
	height: 0;
	margin: 0 auto 0px auto;
	padding-top: 110%;
	background-image: url("../img/lp_botox/botox_top_img_s.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	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: 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;
}

.contentFloatParts {
	width: 96%;
	margin: 0 auto 30px auto;
	padding: 0px 0px 0px 0px;
	line-height: 180%;
	display: -webkit-flex;
	display: flex;
	flex-flow: column wrap;
	align-items: 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;
}

/******************************************************/
/* 見出し設定 */
h3[class^="botox_title0"] {
	width: 100%;
	height: 30px;
	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;
}

/* ボトックス用のタイトル画像（必要に応じて作成・パス変更をお願いします） */
h3.botox_title01 {
	background-image: url("../img/lp_botox/title01.png");
}

h3.botox_title02 {
	background-image: url("../img/lp_botox/title02.png");
}

h3.botox_title03 {
	background-image: url("../img/lp_botox/title03.png");
}

h3.botox_title04 {
	background-image: url("../img/lp_botox/title04.png");
}

h3.botox_title05 {
	background-image: url("../img/lp_botox/title05.png");
	background-position-x: center;
}

h3.botox_title06 {
	background-image: url("../img/lp_botox/title06.png");
}

h3.botox_title08 {
	background-image: url("../img/lp_botox/title08.png");
}

h3.botox_title09 {
	background-image: url("../img/lp_botox/title09.png");
}

.feature_title {
	width: 100%;
	padding: 0 0 .3rem .5rem;
	margin-bottom: 1rem;
	font-size: 21px;
	font-family: serif;
	border-bottom: 1px solid #000;
	text-align: left;
}

.center_boder {
	width: 100%;
	max-width: 850px;
	border-bottom: 1px solid #000;
	margin: 0 auto 50px;
}

.center_boder h3[class^="botox_title0"] {
	margin-bottom: 20px;
	background-position-x: center;
}


/******************************************************/
/* レイアウト・細部パーツ */
.rounded_bold {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: bold;
}

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

.right_parts01 {
	width: 100%;
	margin: 0px auto 30px auto;
	box-sizing: border-box;
}

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

.recommend {
	flex-wrap: wrap-reverse;
}

.recommend h4 {
	padding: 1rem 0;
	margin-bottom: 1rem;
	font-size: 20px;
	font-family: serif;
	letter-spacing: 2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.recommend h4 span.small {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}

.center {
	text-align: center !important;
}

.alCenter {
	align-items: center;
}

.left {
	text-align: left;
}

.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;
}

/* 汎用幅・余白クラス */
.w_70 {
	width: 70%;
}

.w_95_s {
	width: 95%;
}

.w_100 {
	width: 100%;
}

.plr_15 {
	padding: 0 15px;
}

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

.mb_0 {
	margin-bottom: 0;
}

.mb_20_s {
	margin-bottom: 20px;
}

.mb_40 {
	margin-bottom: 40px;
}

.mb_55_s {
	margin-bottom: 55px;
}


/******************************************************/
/** PC用レイアウト (641px〜) **/
/******************************************************/
@media screen and (min-width: 641px) {
	body {
		min-width: 1000px;
	}

	#header {
		width: 100%;
		height: auto;
		min-width: 850px;
		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;
	}

	/* メインビジュアル */
	.contentPartsImg {
		width: 100%;
		height: 550px;
		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_botox/botox_top_img.png");
		background-size: contain;
		background-position-y: -3px;
	}

	/* コンテンツ幅固定 */
	.contentParts {
		width: 850px;
		height: auto;
		margin: 0 auto 60px auto;
		-webkit-flex-direction: row;
		flex-direction: row;
	}

	.contentFloatParts {
		width: 850px;
		margin: 0 auto 60px auto;
		display: block;
		position: relative;
	}

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

	.contentFloatParts:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	/* 各パーツの配置 */
	.left_parts01 {
		width: 56%;
		margin: 0px auto 35px 0px;
	}

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

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

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

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

	.recommend {
		width: 100%;
	}

	.recommend h4 {
		font-size: 26px;
	}

	.plr_5_p {
		padding: 0 5px;
	}

	.plr_35_p {
		padding: 0 35px;
	}

	.mb_0_p {
		margin-bottom: 0;
	}

	.mb_20_p {
		margin-bottom: 20px;
	}

	.mb_40_p {
		margin-bottom: 40px;
	}

	.mb_60_p {
		margin-bottom: 60px;
	}

	.mb_80_p {
		margin-bottom: 80px;
	}
}

/* =========================================================
   適応と効果 セクション
   ========================================================= */

/* セクション全体の背景（薄い水色）と余白 */
.effect_section {
	background-color: #f4fafe;
	padding: 40px 15px;
	box-sizing: border-box;
	width: 100%;
}

/* --- スマホファースト（縦並び） --- */
.effect_list {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.effect_list li {
	background-color: #ffffff;
	padding: 30px 20px;
	box-sizing: border-box;
}

.effect_list h4 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.effect_list p {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}


/* --- PC用レイアウト (641px〜) 横並び --- */
@media screen and (min-width: 641px) {
	.effect_section {
		padding: 50px 40px;
	}

	.effect_list {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		gap: 0;
		max-width: 850px;
	}

	.effect_list li {
		width: 31%;
		padding: 40px 25px;
	}

	.effect_list h4 {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.effect_list p {
		font-size: 15px;
	}
}

/* =========================================================
   ボツリヌストキシン製剤について セクション
   ========================================================= */

/* セクション全体の背景と余白 */
.product_section {
	background-color: #f4fafe;
	padding: 40px 15px;
	box-sizing: border-box;
	width: 100%;
}

.product_intro {
	max-width: 850px;
	text-align: left;
	margin: 0 auto 30px;
}

/* --- スマホファースト（縦並び） --- */
.product_list {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	max-width: 850px;
}

.product_list li {
	background-color: #ffffff;
	padding: 30px 15px;
	box-sizing: border-box;
}

.product_name {
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.product_detail {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	gap: 15px;
}

.product_img {
	width: 100%;
}

.product_text {
	width: 60%;
}

.product_text p {
	font-size: 14px;
	line-height: 1.6;
	text-align: justify;
}


/* --- PC用レイアウト (641px〜) 横並び --- */
@media screen and (min-width: 641px) {
	.product_section {
		padding: 50px 40px;
		margin-bottom: 80px;
	}

	.product_intro {
		text-align: center;
	}

	.product_list {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		gap: 0;
	}

	.product_list li {
		width: 48%;
		padding: 30px 25px;
	}

	.product_name {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.product_detail {
		gap: 5%;
	}

	.product_img {
		width: 60%;
	}

	.product_text {
		width: 35%;
	}

	.product_text p {
		font-size: 15px;
	}
}

/* =========================================================
   料金表 セクション
   ========================================================= */
.botox_price {
	width: 100%;
	margin-bottom: 60px;
	border-collapse: collapse;
	text-align: center;
}

.botox_price th {
	padding: 1.5rem 0rem;
	border: 1px solid #000;
	background-color: #f5f5f5;
	font-weight: normal;
	vertical-align: middle;
	width: 40%;
}

.botox_price th p {
	margin-bottom: 15px;
	text-align: center;
}

.botox_price th p:last-child {
	margin-bottom: 0;
}

.botox_price td {
	padding: 1.5rem 1rem;
	border: 1px solid #000;
	vertical-align: middle;
	line-height: 1.6;
	width: 60%;
	font-size: 18px;
}

.botox_price td .small {
	font-size: 0.8em;
}

.price_monitor {
	width: 100%;
	margin-bottom: 15px;
	font-size: 1.5rem;
}

@media screen and (min-width: 641px) {
	.botox_price {
		margin-bottom: 80px;
	}

	.botox_price:last-child {
		margin-bottom: 0;
	}
}

/* =========================================================
   シンデレラリフト セクション
   ========================================================= */

/* --- スマホファースト（縦並び） --- */
.cinderella_section {
	width: 100%;
}

h3.botox_title05.pc {
	display: none;
}

.cinderella_top {
	background-color: #f4fafe;
	width: 100%;
	padding: 40px 15px;
	margin-bottom: 70px;
	box-sizing: border-box;
}

.cinderella_top_box {
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	gap: 30px;
}

.cinderella_text {
	width: 100%;
	text-align: center;
	order: 2;
}

.cinderella_title {
	width: 100%;
	height: 36px;
	margin: 0px 0px 25px 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-image: url(../img/lp_botox/title06.png);
	background-position-x: center;
}

.cinderella_sub {
	font-size: 13px;
	margin-bottom: 30px !important;
	color: #333;
}

.cinderella_catch {
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/lp_botox/title07.png);
	background-position-x: center;
}

.cinderella_img {
	width: 100%;
	order: 1;
}

.cinderella_img img {
	width: 100%;
	height: auto;
}

.cinderella_effect_img div:first-child {
	width: 90%;
	margin: 0 auto 40px;
}


/* --- PC用レイアウト (641px〜) 横並び --- */
@media screen and (min-width: 641px) {
	h3.botox_title05.sp {
		display: none;
	}

	h3.botox_title05.pc {
		display: block;
		margin-bottom: 60px;
	}

	.cinderella_top {
		padding: 60px 0;
		margin-bottom: 40px;
	}

	.cinderella_top_box {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		gap: 0;
		width: 850px;
		margin: 0 auto;
	}

	.cinderella_text {
		width: 53%;
		order: 1;
	}

	.cinderella_sub {
		font-size: 15px;
		margin-bottom: 40px !important;
	}

	.cinderella_img {
		width: 43%;
		order: 2;
	}

	.cinderella_effect_img div {
		width: 45%;
	}

	.cinderella_effect_img div:first-child {
		width: 45%;
		margin-bottom: 0;
	}
}

/* =========================================================
   使用する機器・医薬品について セクション
   ========================================================= */

/* --- スマホファースト（外側グレー・内側白ボックス） --- */
.device_info_section {
	background-color: #f7f7f7;
	padding: 40px 15px;
	width: 100%;
	box-sizing: border-box;
}

.device_info_inner {
	background-color: #ffffff;
	padding: 30px 20px;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}

.device_info_title {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
}

.device_info_text {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
}

/* --- PC用レイアウト (641px〜) --- */
@media screen and (min-width: 641px) {
	.device_info_section {
		padding: 50px 0;
		/* 上下の余白を広げる */
	}

	.device_info_inner {
		width: 850px;
		padding: 50px 60px;
	}

	.device_info_title {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.device_info_text {
		font-size: 15px;
		text-align: center;
	}
}

/* =========================================================
   ご予約・お問い合わせは セクション
   ========================================================= */

.reservation_section {
	margin-top: 20px;
}

.reservation_title {
	background-color: #666666;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	padding: 8px 0;
	margin: 0 auto;
	line-height: 1;
	font-weight: 500;
}

/* --- スマホファースト（縦並び） --- */
.reservation_content {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	padding: 30px 15px;
	gap: 20px;
}

.reservation_text {
	text-align: center;
}

.reservation_catch {
	font-weight: bold;
	font-size: 17px !important;
	margin-bottom: 15px !important;
}

.reservation_text p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 0;
}

/* QRコードのサイズ調整 */
.reservation_qr {
	width: 150px;
}

.reservation_qr img {
	width: 100%;
	height: auto;
}

/* --- PC用レイアウト (641px〜) 横並び --- */
@media screen and (min-width: 641px) {
	.reservation_title {
		width: 75%;
		font-size: 25px;
	}

	.reservation_content {
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 40px 20px;
		gap: 50px;
	}

	.reservation_catch {
		font-size: 18px;
	}

	.reservation_text p {
		font-size: 15px;
	}
}