@charset "UTF-8";

.menu-box{z-index: 0;}
#global-nav,
#global-nav-sp{
	position: relative;
	z-index: 3;
}
.art-lady{bottom: 0px; left: 6%; width: 6.61vw; max-width: 127px;}

.price-area{
	position: relative;
	border: 3px #ccc solid;
	padding: 2.5rem 2rem 2rem;
	margin-bottom: 4rem;
	border-radius: 30px;
	margin-top: 5rem;
}
.price-area h3{
	color: #fff;
	background-color: #999;
	border-radius: 30px;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	text-indent: 0.2rem;
	width: 17rem;
	padding: 0.5rem 0;
	position: absolute;
    top: -24px;
    left: 0;
	right: 0;
	margin: auto;
}
.price-area h4{
	color: #333;
	background-color: #ddd;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.3rem 1rem;
	text-align: center;
}
.price-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.price-flex dd{
	border-bottom: 1px #999 dotted;
}
#hoken{margin-bottom: 8rem;
}
/* ■■■■■■■■■ ～SP用 ■■■■■■■■■ */
@media screen and (max-width: 767px) {
	.low .main-img img{
		display: inline-block;
		position: relative;
		left: -20%;
	}
	.price-area{
		padding: 2.5rem 0.8rem 0 !important;
	}
	.price-area2{
		padding: 2.5rem 2rem 2rem !important;
		margin-bottom: 0;
	}
	.price-flex dt, .price-flex dd{
		padding: 0 0.5rem;
	}
	.price-flex > div{
		width: 100%;
	}
	.price-flex dd{
		padding-bottom: 0.4rem;
	}
	.border-lg-0{
		border: none !important;
		margin-bottom: 0;
	}
	.hoken-dd{padding-top: 1.2rem !important;}
}

/* ■■■■■■■■■ PC/TB 共通 ■■■■■■■■■ */
@media screen and (min-width: 768px) {
	.price-flex dl{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.price-flex > div{
		width: 50%;
	}
	.price-flex > div:first-child{
		border-right: 1px #999 dotted;
		padding-right: 1rem;
	}
	.price-flex > div:last-child{
		padding-left: 1rem;
	}
	.price-flex dt{
		width: 65%;
		padding: 0.5rem 0 0.5rem 1rem;
		border-bottom: 1px #999 dotted;
		line-height: 1.6;
	}
	.price-flex dd{
		width: 35%;
		padding: 0.6rem 1rem 0 0;
		margin-bottom: 0;
	}
	.att{
		padding-top: 0.78rem !important;
	}
	.no-flex > div{
		width: 100% !important;
	}
	.border-bottom-lg-3{border-bottom: 3px #999 solid !important;}
	.pt-lg-3s{padding-top: 1.25rem !important;}
	.hoken-dd{padding-top: 3rem !important;}
	.w-dt{padding-top: 1.15rem !important;}
	.w-dd{padding-bottom: 0.5rem !important;}
}

/* ■■■■■■■■■ TB ～992用 ■■■■■■■■■ */
@media screen and (max-width: 991px) {
}

/* ■■■■■■■■■ TB 992～用 ■■■■■■■■■ */
@media screen and (min-width: 992px) {
}

/* ■■■■■■■■■ TB用 768-991 ■■■■■■■■■ */
@media screen and (min-width: 768px) and (max-width: 991px) {
	.price-flex > div{
		width: 100% !important;
		padding: 0 !important;
		border: none !important;
	}
	.price-flex dl{display: block !important;}
	.price-flex dt, .price-flex dd{
		width: 100% !important;
		text-align: left !important;
		padding-left: 1rem !important;
	}
	.price-flex dt{
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	.price-flex dd{
		padding-top: 0 !important;
		padding-bottom: 0.5rem !important;
	}
	.border-lg-0{
		border: none !important;
		margin-bottom: 0;
	}
}

/* ■■■■■■■■■ TB用 991-1199 ■■■■■■■■■ */
@media screen and (min-width: 992px) and (max-width: 1199px) {
}

/* ■■■■■■■■■ PC用 1200- ■■■■■■■■■ */
@media screen and (min-width: 1200px) {
}
