@charset "UTF-8";

.page-body {
    width: 100%;
    max-width: 100%;
}


/* ==================================================
 共通デザイン
================================================== */
.price .price-list {
	width: 100%;
    background: url(../images/priceinfo/bg_paper.png) repeat 0 0;
	border-top: #9f6b8f solid 1px;
	border-right: #c4b9b9 solid 1px;
}
.price .price-list th,
.price .price-list td {
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	border-bottom: #c4b9b9 solid 1px;
	border-left: #c4b9b9 solid 1px;
}

.w140 {
	width: 140px;
}

.price .price-list th {
	height: 60px;
	font-size: 20px;
	font-size: 1.333rem;
	color: #fff;
	font-weight: bold;
	border-bottom: #9f6b8f solid 1px;
}
.price .price-list th:nth-child(1) {
    background: url(../images/priceinfo/bg_dline_pink01.png) repeat 0 0;
}
.price .price-list th:nth-child(2) {
    background: url(../images/priceinfo/bg_dline_pink02.png) repeat 0 0;
}
.price .price-list th:nth-child(3) {
    background: url(../images/priceinfo/bg_dline_pink03.png) repeat 0 0;
}
.price .price-list th:nth-child(4) {
    background: url(../images/priceinfo/bg_dline_pink04.png) repeat 0 0;
}

.price .price-list td {
	height: 60px;
	padding: 5px 0;
	font-size: 16px;
	font-size: 1.066rem;
	font-weight: bold;
	box-sizing: border-box;
}
.price.facial-cont .price-list td {
	height: 110px;
}

.price .price-list .f-gothic  {
	font-size: 14px;
	font-size: 0.933rem;
	font-weight: normal;
	line-height: 1.5;
}

.price .price-list td span {
	position: relative;
}
.price .price-list td span:after {
	content: "円";
	padding-left: 2px;
	font-size: 10px;
	font-size: 0.666rem;
}


.price .note {
	background-color: #f0ebeb;
	padding: 20px 45px 15px;
	border-bottom: #c4b9b9 solid 1px;
}
.price .note ul > li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #c5bbbb dotted 1px;
}

@media screen and (max-width: 768px) {
	.price .table-box {
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 5%;
		-webkit-overflow-scrolling: touch;
	}
	.price .table-box:-webkit-scrollbar {
		height: 10px;
	}
	.price .table-box:-webkit-scrollbar-thumb{
		background: #c5bbbb;
		border-radius: 5px;
	}
	.price .table-box:-webkit-scrollbar-track-piece {
		background: #f0ebeb;
	}
	
	.price .price-list th {
		height: auto;
		padding: 5px;
		font-size: 1.2rem; /*18px*/
	}
	
	.price .price-list td {
		height: auto;
		padding: 5px;
	}
	.price.facial-cont .price-list td {
		height: auto;
	}
	
	
	.price .note {
		padding: 20px 15px 15px;
	}
	.price .note ul > li:not(:last-child) {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
