@charset "utf-8";
/*==================================================
	料金のご案内
==================================================*/
#price .left, #price .right {
	width: 510px;
}
#price .box:not(:last-of-type) {
	margin-bottom: 80px;
}
#price .box h3 {
	border: 3px solid #e6cd59;
	padding: 5px;
	border-radius: 20px;
	margin-bottom: 50px;
}
#price .box h3 span {
	position: relative;
	display: block;
	border: 2px dashed #e6cd59;
	padding: 15px 20px 15px 70px;
	font-size: 40px;
	background: url("../img/btn-big.png") no-repeat left 20px center / 33px auto;
	border-radius: 20px;
}
#price .box h3 span:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("../img/price/bg01.png") no-repeat right;
	background-position: right 25px center;
	z-index: -1;
}
#price .box.jeans h3 span:after {
	background-image: url("../img/price/bg01.png");
}
#price .box.slacks h3 span:after {
	background-image: url("../img/price/bg02.png");
}
#price .box.skirt h3 span:after {
	background-image: url("../img/price/bg03.png");
}
#price .box.onepiece h3 span:after {
	background-image: url("../img/price/bg04.png");
}
#price .box.shirt h3 span:after {
	background-image: url("../img/price/bg05.png");
}
#price .box.tshirt h3 span:after {
	background-image: url("../img/price/bg06.png");
}
#price .box.jacket h3 span:after {
	background-image: url("../img/price/bg07.png");
}
#price .box.coat h3 span:after {
	background-image: url("../img/price/bg08.png");
}
#price .box.order h3 span:after {
	background-image: url("../img/price/bg09.png");
}
#price .box.remake h3 span:after {
	background-image: url("../img/price/bg10.png");
}
#price .box dl {
	border-bottom: 1px solid #e1e1e1;
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#price .box dl:last-of-type {
	margin-bottom: 0;
}
#price .box dl dd {
	color: var(--color-blue);
}
#price .today dl {
	border-top: 3px solid #e6cd59;
	border-bottom: 3px solid #e6cd59;
	padding: 30px 0;
	position: relative;
	margin-bottom: 50px;
}
#price .today dl::before, #price .today dl::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #e6cd59;
	position: absolute;
	left: 0;
	top: -10px;
}
#price .today dl::after {
	top: auto;
	bottom: -10px;
}
#price .today dl dt {
	font-size: 55px;
	line-height: 1;
	margin-bottom: 20px;
}
#price .today dl dt .fm {
	font-size: 69px;
}
#price .today .sodan {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.4;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#price .left, #price .right {
		width: 48%;
	}
	#price .box h3 {
		padding: 3px;
	}
	#price .box h3 span {
		font-size: 22px;
		background-size: 20px auto;
		background-position: left 15px center;
		padding-left: 45px;
	}
	#price .today dl {
		padding: 15px;
		margin-bottom: 30px;
	}
	#price .today dl dt {
		font-size: 30px;
		margin-bottom: 15px;
	}
	#price .today dl dt .fm {
		font-size: 50px;
	}
	#price .today .sodan {
		font-size: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price .left, #price .right {
		width: 100%;
	}
	#price .left,
	#price .box:not(:last-of-type) {
		margin-bottom: 50px;
	}
	#price .box h3 {
		margin-bottom: 20px;
	}
	#price .box h3 span {
		font-size: 20px;
	}
	#price .box dl {
		padding-bottom: 5px;
		margin-bottom: 10px;
		font-size: 100%;
	}
	#price .today dl dt {
		font-size: 28px;
	}
	#price .today dl dt .fm {
		font-size: 40px;
	}
	#price .today .sodan {
		font-size: 25px;
	}
}