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

	施術一覧　：　共通

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

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

.tr_list_read .box figure {
	width: 250px;
}

.tr_list_read .box p {
	width: 800px;
	padding: 20px 0;
	border: solid #ededed;
	border-width: 1px 0;
	line-height: 2.2;
}

.tr_list_menu {
	margin-top: 60px;
}

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

.tr_list_menu .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_left_brown.png') no-repeat right 20px center #fff;
	background-size: auto 8px;
	color: #50483f;
}

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

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

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

.tr_list_menu .box a .txt {
	display: block;
	border-left: 2px solid #c7a87a;
	margin-bottom: 10px;
	padding: 0 0 5px 15px;
	font-size: 14px;
}

.tr_list_menu .box a h3 {
	margin-left: 17px;
	font-size: 18px;
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.tr_list_read .box {
		padding: 0 10px;
		display: block;
	}

	.tr_list_read .box figure {
		width: 250px;
		margin: 0 auto;
	}

	.tr_list_read .box p {
		width: 100%;
		padding: 20px 0 0;
		border: none;
		font-size: 16px;
		line-height: 2.2;
	}

	.tr_list_menu .box {
		display: block;
		padding: 0 30px;
	}

	.tr_list_menu .box a {
		width: 100%;
		margin-right: 0;
		padding: 25px 60px 25px 30px;
		background: url('../img/icon_arrow_left_brown.png') no-repeat right 25px center #fff;
		background-size: auto 16px;
	}

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

	.tr_list_menu .box a:first-child {
		margin-top: 0;
	}

	.tr_list_menu .box a .txt {
		border-left: none;
		border-bottom: 1px solid #ededed;
		margin-bottom: 15px;
		padding: 0 0 15px;
		font-size: 18px;
	}

	.tr_list_menu .box a h3 {
		margin-left: 0;
		font-size: 24px;
	}
}

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

	施術詳細　：　共通

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

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

.tr_price {
	margin-top: 60px;
}

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

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

.tr_price table {
	width: 100%;
}

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

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

.tr_price table td {
	padding: 15px;
	text-align: center;
}

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

.tr_btn ul.list_btn {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 20px;
}

.tr_btn ul li {
	width: 23.8%;
	margin: 20px 13px 0 0;
}

.tr_btn ul li a {
	border: 1px solid #c7a87a;
	border-radius: 0px;
	padding: 15px 0;
	text-align: center;
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	color: #50483f;
	font-size: 18px;
}

.tr_btn ul li a:hover {
	background: #50483f;
	color: #fff;
}

.tr_line_button {
	text-align: center;
	margin: 30px 0;
}

.tr_line_button a {
	display: inline-block;
	background: #20af2b;
	text-decoration: none;
	color: #fff;
	padding: 15px 30px 15px 50px;
	font-size: 14px;
	border-radius: 0px;
	font-weight: bold;
	position: relative;
	transition: all .7s;
}

.tr_line_button a:hover {
	opacity: .7;
}

.tr_line_button a::before {
	content: '';
	width: 17.5px;
	height: 17.5px;
	background-image: url(../img/common/line_icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: 25px;
}

@media (max-width: 1099px) {
	.tr_btn ul li {
		width: 33%;
	}

	.tr_btn ul.list_btn {
		justify-content: center;
	}
}

/* ==================================================== SP */
@media (max-width: 834px) {
	.tr_about .box p {
		font-size: 15px;
	}

	.tr_price .note {
		margin-bottom: 15px;
		padding: 0 30px;
		font-size: 16px;
	}

	.tr_price table {
		font-size: 14px;
	}

	.tr_price table th {
		padding: 20px 0;
	}

	.tr_price table td {
		padding: 20px;
	}

	.tr_price .other {
		padding: 0 30px;
		margin-top: 30px;
	}

	.tr_price .other a {
		font-size: 20px;
	}

	.tr_btn ul.list_btn {
		margin: 40px 0 0px;
	}

	.tr_btn ul li {
		width: 45%;
	}

	.tr_btn ul li a {
		font-size: 16px;
		padding: 10px 0;
	}
}

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

	ピアス：追加

==============================================================
*/
.page_price01 .mbox .note {
	padding: 0;
}
