/*
==============================================================

	クリニック紹介

==============================================================
*/
.page_clinic01 {
	padding: 60px 0 0;
}

.page_clinic01 .box p {
	line-height: 2.2;
}

.page_clinic01 .box p span {
	font-size: 14px;
}

.page_clinic01 .box p+p {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

/*----------------------------------------------------------*/
.page_clinic02 {
	margin-top: 60px;
	padding: 60px 0 0;
}

.page_clinic02 .box {
	background: #ededed;
}

.page_clinic02 .box .inner {
	padding: 40px 0;
}

.page_clinic02 .box .flex {
	display: flex;
	align-items: flex-end;
	margin-left: 300px;
}

.page_clinic02 .box .flex>div {
	position: relative;
	z-index: 2;
}

.page_clinic02 .box .flex .left .position {
	margin-bottom: 20px;
}

.page_clinic02 .box .flex .left .name {
	display: flex;
	align-items: flex-end;
	margin-bottom: 40px;
	font-size: 24px;
}

.page_clinic02 .box .flex .left .name i {
	margin-left: 20px;
	font-size: 16px;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.15em;
	color: #fff;
}

.page_clinic02 .box .flex .right {
	margin-left: 20px;
}

.page_clinic02 .box .flex .right table {
	margin-left: 0;
}

.page_clinic02 table {
	width: 100%;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.8;
}

.page_clinic02 table th {
	white-space: nowrap;
	padding: 4px 0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.page_clinic02 table td {
	padding: 4px 10px;
}

.page_clinic02 table tr:first-child th,
.page_clinic02 table tr:first-child td {
	padding-top: 0;
}

.page_clinic02 table tr:last-child th,
.page_clinic02 table tr:last-child td {
	padding-bottom: 0;
}

.page_clinic02 h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 70px;
	font-size: 14px;
}

.page_clinic02 h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

.page_clinic02 table+h3 {
	margin-top: 30px;
}

.page_clinic02 .box figure {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
}

/*----------------------------------------------------------*/
.page_clinic03 {
	margin-top: 60px;
}

.page_clinic03#access {
	margin-top: -145px;
	padding-top: 205px;
}

.page_clinic03 table {
	width: 100%;
	margin-bottom: 30px;
	line-height: 1.8;
}

.page_clinic03 table th {
	padding: 10px;
	border-right: 1px solid #d5cec6;
	vertical-align: top;
	text-align: left;
}

.page_clinic03 table td {
	padding: 10px 20px;
}

.page_clinic03 .map {
	width: 100%;
	height: 300px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.page_clinic03 .map iframe {
	width: 100%;
	height: 100%;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_clinic01 {
		padding: 40px 0 0;
	}

	.page_clinic01 .box p {
		font-size: 14px;
	}

	.page_clinic01 .box p+p {
		margin-top: 40px;
		padding-top: 40px;
	}

	/*----------------------------------------------------------*/
	.page_clinic02 {
		margin-top: 20px;
	}

	.page_clinic02 .box {
		padding: 0;
	}

	.page_clinic02 .box .inner {
		padding: 40px 0px;
	}

	.page_clinic02 .box .flex {
		margin-left: 0;
		display: block;
	}

	.page_clinic02 .box .flex .left .position {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.page_clinic02 .box .flex .left .name {
		flex-wrap: wrap;
		margin-bottom: 40px;
		font-weight: 700;
		font-size: 24px;
	}

	.page_clinic02 .box .flex .left .name i {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
		font-size: 14px;
	}

	.page_clinic02 .box .flex .right {
		margin-top: 10px;
		margin-left: 0;
	}

	.page_clinic02 .box .flex .right table {
		width: auto;
		margin-left: 0;
	}

	.page_clinic02 table {
		width: 100%;
		margin-left: 0;
		font-size: 20px;
		line-height: 1.8;
	}

	.page_clinic02 table th {
		width: 100px;
		font-size: 14px;
		padding: 5px 0;
	}

	.page_clinic02 table td {
		padding: 6px 0 6px 10px;
		font-size: 14px;
	}

	.page_clinic02 h3 {
		padding-left: 50px;
		font-size: 20px;
	}

	.page_clinic02 h3:before {
		width: 30px;
	}

	.page_clinic02 table+h3 {
		margin-top: 40px;
	}

	.page_clinic02 .box figure {
		left: auto;
		right: 0px;
		bottom: auto;
		top: 15px;
		padding: 0px;
		border: 2px solid #9cdfe9;
		border-radius: 10px;
		background: rgba(255, 255, 255, 1.0);
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
		width: 130px;
	}

	.page_clinic02 .box figure img {
		object-fit: cover;
		object-position: top;
		width: 130px;
		height: auto;
	}

	/*----------------------------------------------------------*/
	.page_clinic03 table {
		width: 100%;
		font-size: 14px;
		margin: 0 auto 30px;
		line-height: 1.6;
	}

	.page_clinic03 table th {
		white-space: nowrap;
		width: 100px;
		padding: 5px 0;
	}

	.page_clinic03 table td {
		padding: v;
	}

	.page_clinic03 .map {
		height: 250px;
	}
}

/*
==============================================================

	施術の流れ

==============================================================
*/
.page_flow01 {
	margin-top: 60px;
	padding: 60px 0;
	background: #ededed;
}

.page_flow01 .box {
	position: relative;
}

.page_flow01 .box>div {
	padding-top: 10px;
}

.page_flow01 .box>div+div {
	margin-top: 40px;
}

.page_flow01 .box h3 {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 700;
}

.page_flow01 .box h3 span {
	display: inline-block;
	margin-right: 15px;
	background: #9cdfe9;
	border: 1px solid #e6b422;
	padding: 10px 20px;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 12px;
	color: #fff;
}

.page_flow01 .box>div>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	padding: 20px;
	line-height: 2.0;
	background: #fff;
}

.page_flow01 .box>div>div p {
	width: 70%;
}

.page_flow01 .box>div>div figure {
	width: 27.5%;
}

.page_flow01 .box>div>div figure img {
	object-fit: cover;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.page_flow01 .box>div>div .atten {
	width: 100%;
	margin-top: 20px;
}

.page_flow01 .box>div>div .atten .title {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-weight: 700;
	color: #c7a87a;
	line-height: 1.0;
}

.page_flow01 .box>div>div .atten .title:before {
	content: '';
	position: absolute;
	left: 0;
	width: 11px;
	height: 11px;
	border: 2px solid #c7a87a;
	border-radius: 100%;
}

.page_flow01 .box>div>div .atten .txt {
	font-size: 12px;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_flow01 .box h3 {
		display: block;
	}

	.page_flow01 .box>div {
		padding-top: 10px;
	}

	.page_flow01 .box>div+div {
		margin-top: 30px;
	}

	.page_flow01 .box h3 {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.page_flow01 .box h3 span {
		font-size: 14px;
		display: block;
		margin: 0 auto 7.5px;
		width: 95px;
		padding: 5px 0px;
		text-align: center;
	}

	.page_flow01 .box>div>div {
		display: flex;
		padding: 20px 15px;
		line-height: 1.6;
	}

	.page_flow01 .box>div>div p {
		width: 100%;
		font-size: 16px;
	}

	.page_flow01 .box>div>div figure {
		width: 100%;
		margin-top: 20px;
		text-align: center;
		box-shadow: none;
	}

	.page_flow01 .box>div>div .atten {
		margin-top: 20px;
	}

	.page_flow01 .box>div>div .atten .title {
		margin-bottom: 15px;
		padding-left: 25px;
		font-size: 16px;
	}

	.page_flow01 .box>div>div .atten .title:before {
		width: 10px;
		height: 10px;
		top: 2.5px;
	}

	.page_flow01 .box>div>div .atten .title:after {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		width: calc(100% - 90px);
		height: 1px;
		background: #c7a87a;
	}

	.page_flow01 .box>div>div .atten .txt {
		font-size: 14px;
	}
}

/*
==============================================================

	プライバシーポリシー

==============================================================
*/
.page_privacy01 {
	padding: 60px 0 0;
}

.page_privacy01 .box p {
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	line-height: 2.2;
}

.page_privacy01 .box p+ul {
	margin-top: 30px;
	margin-left: 1.2em;
}

.page_privacy01 .box p+ul li {
	line-height: 1.8;
	padding-left: 0.5em;
	list-style-type: decimal;
}

.page_privacy01 .box p+ul li+li {
	margin-top: 10px;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_privacy01 .box p {
		padding-bottom: 40px;
		font-size: 20px;
	}

	.page_privacy01 .box p+ul {
		margin-top: 40px;
		font-size: 20px;
	}

	.page_privacy01 .box p+ul li {
		line-height: 2.0;
	}

	.page_privacy01 .box p+ul li+li {
		margin-top: 20px;
	}
}

/*
==============================================================

	よくある質問

==============================================================
*/
.page_faq01 {
	margin-top: 60px;
}

.page_faq01 .box {
	display: flex;
	flex-wrap: wrap;
}

.page_faq01 .box a {
	display: block;
	width: 32.8%;
	margin-top: 10px;
	margin-right: 0.8%;
	padding: 20px;
	border: 1px solid #c7a87a;
	border-radius: 3px;
	background: url('../img/icon_arrow_bottom_brown.png') no-repeat right 20px center #fff;
	background-size: 10px auto;
	color: #50483f;
}

.page_faq01 .box a:nth-child(3n) {
	margin-right: 0;
}

.page_faq01 .box a:nth-child(-n+3) {
	margin-top: 0;
}

.page_faq01 .box a:hover {
	background-color: #f9f9f9;
}

.page_faq01 .box a span {
	font-weight: 700;
}

.page_faq02 {
	margin-top: 60px;
}

.page_faq02 .box>div+div {
	margin-top: 60px;
}

.page_faq02 h3 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 70px;
	font-size: 14px;
}

.page_faq02 h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #c7a87a;
}

.page_faq02 .box>div dl dt {
	position: relative;
	display: flex;
	margin-bottom: 10px;
	line-height: 1.8;
}

.page_faq02 .box>div dl dt span {
	display: table;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	border-radius: 100%;
	background: #c7a87a;
	font-weight: 700;
	color: #fff;
	line-height: 1.0;
}

.page_faq02 .box>div dl dt i {
	padding-right: 5px;
	color: #6ECCD8;
}

.page_faq02 .box>div dl dd {
	position: relative;
	display: flex;
	line-height: 2.0;
}

.page_faq02 .box>div dl dd span {
	display: table;
	width: 26px;
	height: 26px;
	margin-right: 10px;
	border-radius: 100%;
	background: #9cdfe9;
	font-weight: 700;
	color: #fff;
	line-height: 1.0;
}

.page_faq02 .box>div dl dd i {
	padding-right: 5px;
	color: #e6b422;
}

.page_faq02 .box>div dl dt>div,
.page_faq02 .box>div dl dd>div {
	flex: 1;
}

.page_faq02 .box>div dl dd+dt {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #d5cec6;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_faq01 {
		margin-top: 40px;
	}

	.page_faq01 .box {
		justify-content: space-between;
	}

	.page_faq01 .box a {
		width: 49%;
		margin-right: 0;
		padding: 15px;
		letter-spacing: 0;
		background-position: right 10px bottom 25px;
		background-size: 10px auto;
	}

	.page_faq01 .box a:nth-child(-n+3) {
		margin-top: 10px;
	}

	.page_faq01 .box a:nth-child(-n+2) {
		margin-top: 0;
	}

	.page_faq01 .box a span {
		font-size: 16px;
	}

	.page_faq02 h3 {
		padding-left: 50px;
		font-size: 18px;
	}

	.page_faq02 h3:before {
		width: 30px;
	}

	.page_faq02 .box>div dl {
		font-size: 14px;
	}

	.page_faq02 .box>div dl dt {
		margin-bottom: 15px;
		line-height: 1.8;
	}

	.page_faq02 .box>div dl dt span {
		width: 34px;
		height: 34px;
		margin-right: 15px;
	}

	.page_faq02 .box>div dl dd {
		line-height: 2.0;
	}

	.page_faq02 .box>div dl dd span {
		position: relative;
		top: 3px;
		width: 34px;
		height: 34px;
		margin-right: 15px;
	}

	.page_faq02 .box>div dl dd+dt {
		margin-top: 30px;
		padding-top: 30px;
	}
}

/*
==============================================================

	料金表

==============================================================
*/
.page_price01 {
	margin-top: 60px;
}

.page_price01 .mbox+.mbox {
	margin-top: 60px;
}

.page_price01 h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 70px;
	font-size: 16px;
}

.page_price01 h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #e6b422;
}

.page_price01 .note {
	margin-bottom: 10px;
	text-align: right;
	font-size: 12px;
}

.page_price01 .box {
	overflow: hidden;
	border-radius: 6px;
	border: 1px solid #d5cec6;
}

.page_price01 table {
	width: 100%;
}

.page_price01 table thead th {
	padding: 15px;
	background: #d5cec6;
}

.page_price01 table tr+tr {
	border-top: 1px dashed #d5cec6;
}

.page_price01 table th+th {
	border-left: 1px solid #fff;
}

.page_price01 table td {
	padding: 15px;
	text-align: right;
}

.page_price01 table td:nth-child(1) {
	text-align: left;
}

.page_price01 table td span {
	font-size: 14px;
	padding-left: 5px;
}

.page_price01 table tr:nth-child(2n) {
	background: #f7f7f7;
}

.page_price01 table tbody th {
	padding: 15px;
	text-align: center;
	background-color: #f7f7f7;
	border-right: 1px solid #d5cec6;
	font-weight: 500;
}

.page_price01 table td+td {
	border-left: 1px solid #d5cec6;
}

.page_price01 table.btox-table tr td {
	width: 20%;
	font-size: 16px;
	text-align: right;
}

.page_price01 table.btox-table tr td:nth-child(1) {
	text-align: left;
}

.page_price01 .other {
	margin-top: 20px;
	text-align: right;
}

.page_price01 .other a {
	display: block;
	width: 100%;
	max-width: 220px;
	margin: 0 0 0 auto;
	border: 1px solid #9cdfe9;
	border-radius: 0;
	background: #fff;
	-webkit-box-shadow: 4px 4px 0 #9cdfe9;
	box-shadow: 4px 4px 0 #9cdfe9;
	font-size: 14px;
	font-weight: 500;
	padding: 10px 0;
	text-align: center;
	color: #6d5b55;
}

.page_price01 .other a:hover {
	-webkit-box-shadow: -4px -4px 0 #9cdfe9;
	box-shadow: -4px -4px 0 #9cdfe9;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_price01 h3 {
		padding-left: 50px;
		font-size: 16px;
	}

	.page_price01 h3 span {
		display: block;
		margin-top: 15px;
		font-weight: 500;
		font-size: 16px;
	}

	.page_price01 h3:before {
		width: 30px;
	}

	.page_price01 .note {
		margin-bottom: 10px;
		font-size: 14px;
	}

	.page_price01 table {
		line-height: 1.6;
		font-size: 16px;
	}

	.page_price01 table thead th {
		padding: 10px;
		font-size: 12px;
	}

	.page_price01 table td {
		padding: 10px;
		font-size: 12px;
		width: 50%;
	}

	.page_price01 table.btox-table tr td {
		font-size: 12px;
	}

	.page_price01 .three-column table td {
		width: 33%;
		font-size: 12px;
	}

	.page_price01 table td span {
		font-size: 10px;
		display: block;
	}

	.page_price01 table tbody th {
		padding: 10px;
	}

	.page_price01 .other {
		margin-top: 30px;
	}

	.page_price01 .other a {
		margin: 0 auto;
	}
}

/*
==============================================================

	施術一覧

==============================================================
*/
.page_list {
	margin-top: 60px;
}

.page_list .box {
	display: flex;
	flex-wrap: wrap;
}

.page_list .box a {
	width: 15%;
	margin-right: 2%;
	margin-top: 30px;
	text-align: center;
	color: #50483f;
}

.page_list .box a:nth-child(6n) {
	margin-right: 0;
}

.page_list .box a:nth-child(-n+6) {
	margin-top: 0;
}

.page_list .box figure {
	margin-bottom: 15px;
}

.page_list .box a h3 {
	font-size: 14px;
	letter-spacing: 0.05em;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_list .box a {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.page_list .box a:nth-child(-n+6) {
		margin-top: 40px;
	}

	.page_list .box a:nth-child(3n) {
		margin-right: 0;
	}

	.page_list .box a:nth-child(-n+3) {
		margin-top: 0;
	}

	.page_list .box figure {
		margin-bottom: 20px;
	}

	.page_list .box a h3 {
		font-size: 14px;
		letter-spacing: 0;
	}
}

/*
==============================================================

	オリジナルコスメ

==============================================================
*/
.page_cosme02 {
	margin-top: 60px;
}

.page_cosme02 .box {
	display: flex;
	justify-content: space-between;
}

.page_cosme02 .box h3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding: 5px 5px 5px 30px;
	text-align: center;
	border-radius: 60px;
	background: #9cdfe9;
	color: #fff;
}

.page_cosme02 .box h3 span {
	padding: 10px 15px;
	border-radius: 60px;
	background: #fff;
	font-size: 12px;
	color: #50483f;
}

.page_cosme02 .box table {
	width: 100%;
}

.page_cosme02 .box table tr+tr {
	border-top: 1px solid #d5cec6;
}

.page_cosme02 .box table th {
	padding: 10px 20px;
	text-align: left;
}

.page_cosme02 .box table td {
	padding: 10px 20px;
}

.page_cosme02 .box table td i {
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
	font-size: 16px;
}

.page_cosme02 .box table td span {
	font-size: 12px;
}

.page_cosme02 .box table tr.price {
	color: #aaa;
}

.page_cosme02 .box table tr.special-price {
	color: #f66363;
}

.flex_item {
	display: flex;
	justify-content: space-between;
}

.flex_item>div {
	width: 32%;
}

.flex_item>div>div .souryou {
	margin-bottom: 10px;
	padding: 8px 0;
	border-radius: 60px;
	background: #9cdfe9;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.flex_item>div:last-child .souryou {
	background: #f66363;
}

.flex_item>div>div .stitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	font-weight: 700;
	color: #f66363;
}

.flex_item>div>div .stitle.normal {
	color: #50483f;
}

.flex_item>div>div .stitle span {
	font-size: 12px;
}

.flex_item>div>div .stitle span i {
	font-size: 16px;
	font-family: nobel, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
}

.flex_item .buy {
	display: flex;
	align-items: center;
}

.flex_item .buy .buy01 {
	width: 30%;
	font-weight: 700;
}

.flex_item .buy .buy02 {
	margin-left: 10px;
	font-weight: 700;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_cosme02 .box>div {
		width: 32%;
	}

	.page_cosme02 .box h3 {
		display: block;
		margin-bottom: 10px;
		padding: 15px 10px;
		font-size: 18px;
		border-radius: 3px;
	}

	.page_cosme02 .box h3 span {
		display: block;
		width: 100%;
		margin-top: 10px;
		padding: 8px 0;
		border-radius: 3px;
		font-size: 16px;
	}

	.page_cosme02 .box table,
	.page_cosme02 .box table tr,
	.page_cosme02 .box table tbody,
	.page_cosme02 .box table th,
	.page_cosme02 .box table td {
		display: block;
	}

	.page_cosme02 .box table th {
		padding: 15px 0 0;
		font-size: 18px;
	}

	.page_cosme02 .box table td {
		font-size: 18px;
		padding: 10px 0 15px 0;
	}

	.page_cosme02 .box table td i {
		letter-spacing: 0.05em;
		font-size: 26px;
	}

	.page_cosme02 .box table td span {
		font-size: 16px;
	}

	.flex_item>div>div .souryou {
		margin-bottom: 15px;
	}

	.flex_item>div>div .stitle {
		display: block;
		font-size: 18px;
		margin-bottom: 20px;
	}

	.flex_item>div>div .stitle span {
		display: block;
		margin-top: 10px;
		font-size: 16px;
	}

	.flex_item>div>div .stitle span i {
		font-size: 23px;
	}

	.flex_item .buy {
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.flex_item .buy .buy01 {
		width: 100%;
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 700;
	}

	.flex_item .input_select {
		width: 65%;
	}

	.flex_item .buy .buy02 {
		letter-spacing: 0;
		margin-left: 0;
		margin-right: 5px;
		font-size: 16px;
	}
}

/*
==============================================================

	採用情報

==============================================================
*/
.page_recruit01 {
	padding: 60px 0 0;
}

.page_recruit01 .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.page_recruit01 .flex>div {
	width: 540px;
	padding: 30px;
	border: 1px solid #d5cec6;
	border-radius: 3px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.page_recruit01 .flex>div h3 {
	position: relative;
	margin-bottom: 20px;
	padding-left: 70px;
	font-size: 16px;
}

.page_recruit01 .flex>div h3:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #c7a87a;
}

.page_recruit01 .flex>div ul li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
}

.page_recruit01 .flex>div ul li+li {
	margin-top: 8px;
}

.page_recruit01 .flex>div ul li:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}

.table_type01 {
	width: 100%;
	line-height: 2.0;
}

.table_type01 tr+tr {
	border-top: 1px solid #fff;
}

.table_type01 th {
	white-space: nowrap;
	padding: 20px 30px;
	background: #f7f7f7;
}

.table_type01 td {
	padding: 20px;
}

.table_type01 td dl dt {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: 700;
}

.table_type01 td dl dt:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #c7a87a;
}

.table_type01 td dl dd+dt {
	margin-top: 20px;
}

.table_type01 td dl dd ul {
	margin-left: 1em;
	margin-top: 15px;
	line-height: 1.8;
}

.table_type01 td dl dd ul li {
	position: relative;
	padding-left: 1.2em;
}

.table_type01 td dl dd ul li+li {
	margin-top: 8px;
}

.table_type01 td dl dd ul li:before {
	content: '■';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 10px;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_recruit01 .flex {
		display: block;
		margin-bottom: 40px;
	}

	.page_recruit01 .flex>div {
		width: 100%;
		padding: 20px 10px;
	}

	.page_recruit01 .flex>div+div {
		margin-top: 20px;
	}

	.page_recruit01 .flex>div h3 {
		margin-bottom: 20px;
		padding-left: 30px;
		font-size: 18px;
	}

	.page_recruit01 .flex>div h3:before {
		width: 20px;
	}

	.page_recruit01 .flex>div ul li {
		padding-left: 1.2em;
		font-size: 16px;
		line-height: 1.8;
	}

	.table_type01 {
		font-size: 20px;
		line-height: 2.0;
	}

	.table_type01 th {
		padding: 10px;
		width: 30%;
		vertical-align: top;
		background: #f7f7f7;
		font-size: 14px;
	}

	.table_type01 td {
		padding: 10px;
		width: 70%;
		font-size: 14px;
	}

	.table_type01 td dl dt {
		padding-left: 17.5px;
	}

	.table_type01 td dl dt:before {
		top: 10px;
		width: 10px;
		height: 10px;
	}

	.table_type01 td dl dd ul li:before {
		top: 3.5px;
		left: 0;
		font-size: 10px;
	}
}

/*
==============================================================

	カウンセリング予約

==============================================================
*/
.page_counseling01 {
	padding: 60px 0 0;
}

.page_counseling01 .box {
	padding: 30px;
	border: 2px solid #f66363;
	border-radius: 6px;
}

.page_counseling01 ul li {
	position: relative;
	padding-left: 1.4em;
	line-height: 1.8;
}

.page_counseling01 ul li:before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.page_counseling01 ul li+li {
	margin-top: 10px;
}

.page_counseling01 ul li:first-child {
	color: #f66363;
	font-weight: 700;
}

.page_counseling01 ul li:last-child {
	color: #f66363;
	font-weight: 700;
}

.page_counseling01 ul li a {
	pointer-events: none;
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	font-weight: 700;
	color: #f66363;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.page_counseling01 .box {
		width: 600px;
		margin: 0 auto;
		padding: 30px;
	}

	.page_counseling01 ul li {
		padding-left: 1.3em;
		font-size: 20px;
	}

	.page_counseling01 ul li:before {
		content: '※';
		position: absolute;
		top: 0;
		left: 0;
	}

	.page_counseling01 ul li+li {
		margin-top: 15px;
	}

	.page_counseling01 ul li a {
		pointer-events: auto;
		padding: 0;
		font-size: 22px;
	}
}

/* ====================================================  小顔施術 */
.second-main-v {
	width: 100%;
}

.second-main-v img {
	width: 100%;
}

.tr_page .about {
	line-height: 2.2;
	font-size: 16px;
}

.tr_page .about p {
	padding: 40px;
	font-family: 'Noto Serif JP', sans-serif;
}

.tr_page .menu-list {
	background-color: #F7F7F7;
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
}

.tr_page .menu-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tr_page .menu-list ul>li {
	width: 30%;
	background-color: #8B96A0;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
}

.tr_page .menu-list ul>li:nth-of-type(4),
.tr_page .menu-list ul>li:nth-of-type(5),
.tr_page .menu-list ul>li:nth-of-type(6) {
	margin-bottom: 0;
}

.tr_page .menu-list ul>li a {
	display: block;
	width: 100%;
	padding: 25px 15px;
	position: relative;
	color: #fff;
	font-size: 16px;
}

.tr_page .menu-list ul>li a:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background-image: url('../img/tr/tr-menu-icon.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.tr_page h2.menu-h2 {
	position: relative;
	text-align: center;
	margin: 60px auto;
}

.tr_page h2.menu-h2 span {
	display: inline-block;
	padding: 25px 15px;
	position: relative;
	color: #fff;
	font-size: 16px;
	background-color: #4F4D57;
	width: 306px;
	box-sizing: border-box;
}

.tr_page h2.menu-h2:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 100%;
	height: 3px;
	background-image: url('../img/tr/tr-h2-bg.png');
	background-size: auto;
	background-repeat: repeat-x;
}

.tr_page ul.tr-rec {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px;
	margin: 0 0 40px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.tr_page ul.tr-rec>li {
	width: 30%;
	background-color: #F0F0F0;
	color: #32343F;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 16px;
	padding: 25px 15px;
}

.tr_page ul.tr-rec>li:nth-of-type(4),
.tr_page ul.tr-rec>li:nth-of-type(5),
.tr_page ul.tr-rec>li:nth-of-type(6) {
	margin-bottom: 0;
}

.tr_page .bg-line {
	width: 100%;
	height: 3px;
	background-image: url('../img/tr/tr-h2-bg.png');
	background-size: auto;
	background-repeat: repeat-x;
}

.tr_page .tr-feature {
	background-color: #F7F7F7;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 40px auto;
}

.tr_page .tr-feature .conts {
	background-color: #fff;
	padding: 20px;
}

.tr_page .tr-feature .conts h3.h3-feature {
	position: relative;
	text-align: center;
	margin: 0 auto 60px;
}

.tr_page .tr-feature .conts h3.h3-feature span {
	display: inline-block;
	padding: 25px 15px;
	position: relative;
	color: #fff;
	font-size: 16px;
	background-color: #4F4D57;
	width: 306px;
	box-sizing: border-box;
}

.tr_page .tr-feature .conts .title01 {
	background-color: #A18854;
	color: #fff;
	font-size: 16px;
	padding: 25px 20px;
	display: inline-block;
	font-weight: bold;
}

.tr_page .tr-feature .conts .title02 {
	background-color: #4F4D57;
	color: #fff;
	font-size: 16px;
	padding: 25px 20px;
	display: inline-block;
	font-weight: bold;
}

.tr_page .tr-feature .conts p {
	padding: 40px 15px;
	line-height: 2.2;
	font-size: 16px;
	font-family: 'Noto Serif JP', sans-serif;
}

.tr_page h3.h3-line {
	border-top: 3px solid #707070;
	border-bottom: 3px solid #707070;
	text-align: center;
	padding: 25px 0;
	margin: 40px 0;
	font-size: 16px;
}

.tr_page .about .title03 {
	background-color: #D5CEC6;
	color: #4F4D57;
	font-size: 16px;
	padding: 25px 20px;
	display: inline-block;
	font-weight: bold;
	min-width: 500px;
}

.tr_page .tr-flow {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tr_page .tr-flow li {
	list-style: none;
	background-color: #F8F7F7;
}

.tr_page .tr-flow li:nth-child(even) {
	background-color: #E8E8E8;
}

.tr_page .tr-flow li .title04 {
	background-color: #9cdfe9;
	color: #fff;
	font-size: 16px;
	padding: 25px 20px;
	display: inline-block;
	font-weight: bold;
	min-width: 500px;
}

.tr_page .tr-flow li p {
	padding: 40px 15px;
	line-height: 2.2;
	font-size: 16px;
	font-family: 'Noto Serif JP', sans-serif;
}

@media (max-width: 834px) {
	.tr_page .about {
		width: 96%;
		margin: 0 auto;
	}

	.tr_page .about p {
		font-size: 16px;
		padding: 20px 0 40px;
	}

	.tr_page .menu-list {
		padding: 30px 10px;
	}

	.tr_page .menu-list ul>li {
		width: 49%;
	}

	.tr_page .menu-list ul>li:nth-of-type(4) {
		margin-bottom: 15px;
	}

	.tr_page .menu-list ul>li a {
		font-size: 16px;
		padding: 12.5px 30px 12.5px 10px;
	}

	.tr_page h2.menu-h2 span {
		padding: 20px;
		font-size: 18px;
		width: auto;
	}

	.tr_page ul.tr-rec {
		padding: 0px;
	}

	.tr_page ul.tr-rec>li {
		width: 49%;
		font-size: 18px;
		padding: 10px;
		margin-bottom: 10px;
	}

	.tr_page ul.tr-rec>li:nth-of-type(4) {
		margin-bottom: 10px;
	}

	.tr_page .tr-feature .conts h3.h3-feature span {
		padding: 20px;
		font-size: 18px;
		width: auto;
	}

	.tr_page .tr-feature .conts .title01 {
		padding: 12.5px 10px;
		font-size: 14px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}

	.tr_page .tr-feature .conts .title02 {
		padding: 20px 10px;
		font-size: 16px;
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	.tr_page .tr-feature .conts p {
		font-size: 14px;
		padding: 30px 0;
	}

	.tr_page h3.h3-line {
		font-size: 18px;
		width: 100%;
		margin: 30px auto;
	}

	.tr_page .about .title03 {
		min-width: auto;
		text-align: center;
		font-size: 16px;
		padding: 5px 10px;
	}

	.tr_page .tr-flow {
		width: 100%;
		margin: 0 auto;
	}

	.tr_page .tr-flow li .title04 {
		min-width: 100%;
		font-size: 16px;
		text-align: center;
	}

	.tr_page .tr-flow li p {
		font-size: 14px;
	}
}

/*
==============================================================

	カウンセリング予約(LINE)

==============================================================
*/
.c_line {
	text-align: center;
	margin-top: 30px;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5em;
}

.c_line_btn {
	text-align: center;
	margin-top: 20px;
}

.c_line_btn a {
	display: inline-block;
	background: #20af2b;
	padding: 15px 20px;
	color: #fff;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 834px) {
	.c_line_btn a {
		font-size: 20px;
	}
}
