@charset "utf-8";



.Conf_Btn {
	display: none;
}
.contact-order dl {
	margin-bottom: 20px;
}
.contact-order ul li:nth-child(2) {
	display: none;
}

.footer {
	margin-top: 0;
}
.pc_none { display:none; }
@media screen and (max-width: 480px) {
	.contact-order dl {
		margin-bottom: 0;
	}
	.contact-order ul li:nth-child(3) dt {
		width: 30%;
		margin: auto;
		margin-bottom: 10px;
	}
	.contact-order ul li:nth-child(3) dd {
		width: 100%;
		margin: auto;
	}
	.step3 {
		width: 75%;
	}
	.pc_none { display:block; }
}

.mfp_buttons button {
	pointer-events: none;
}

.mainImg {
	background: #bbe1ff;
}
#access h2 {
	margin-top: 30px;
}
#access p { margin-top:15px }
.price1 span {
	font-size: 0.75em;
}

.area_price {
	margin: 15px auto;
	padding: 15px;
	width: 90%;
	border: 3px double #7cc3ff;
}
.area_price dt {
	width: 100%;
	border-bottom: 1px solid #7cc3ff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.area_price dd {
	width: min(100%, 360px);
	margin: auto;
	display: flex;
	align-items: center;
}
.area_price dd:not(:last-of-type) {
	margin-bottom: 15px;
}
.area_price dd span {
	width: min(33%, 120px);
	background: #7cc3ff;
	color: #fff;
	margin-right: 30px;
	padding: 5px 10px;
}

