@charset "UTF-8";
@import url(/css/cmn.css);
@import url(/css/base.css);

#lv .bg img{
	object-position: 50% 20%;
	font-family: 'object-fit: cover; object-position: 50% 20%;';
}

.pricelist{
	padding: 0 90px;
}
.pricelist .w{
	padding: 0;
	max-width: 1000px;
	min-width: 0;
}
.pricelist .w h2 span{
	padding: 0;
}
.pricelist .w h2 span:before,
.pricelist .w h2 span:after{
	display: none;
}
.pricelist .txt{
	margin-bottom: 30px;
}
.pricelist .txt .cap{
	font-size: 1.2rem;
}
.pricelist article{
	margin-bottom: 80px;
}
.pricelist article:last-child{
	margin-bottom: 20px;
}
.pricelist h3{
	text-align: left;
}
.pricelist article>p{
	margin-bottom: 20px;
}

.pricelist dl{
	display: flex;
	align-items: center;
	border-bottom: 1px dotted #111;
}
.pricelist dl:nth-of-type(1){
	border-top: 1px dotted #111;
}
.pricelist dl>*{
	margin: 0;
}
.pricelist dt{
	flex-grow: 1;
	padding: 10px 20px 10px 27px;
	position: relative;
	line-height: 1.5;
}
.pricelist dt:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 0.5px solid #ce141c;
	border-right: 0.5px solid #ce141c;
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
	left: 10px;
}
.pricelist dt span{
	display: block;
	font-size: 1.2rem;
	opacity: 0.8;
	line-height: 1.5;
	padding-top: 5px;
}
.pricelist .color dt span{
	font-size: 1.55rem;
	line-height: 1.8;
}
.pricelist dt span:empty{
	display: none;
}
.pricelist dd{
	text-align: center;
	padding: 8px 0;
}
.pricelist dd ul{
	text-align: right;
	display: block;
	white-space: nowrap;
}
.pricelist dd ul li{
	display: inline-block;
	padding: 2px 0;
}
.pricelist dd ul li:empty{
	display: none;
}
.pricelist dd ul li:nth-of-type(2):before{
	content: "（";
}
.pricelist dd ul li:nth-of-type(2):after{
	content: "）";
}

@media screen and (max-width: 900px){
	.pricelist{
		padding: 0 70px;
	}
}
@media screen and (max-width: 500px){
	.pricelist{
		padding: 0 2%;
	}
	.pricelist dd{
		padding: 10px 0;
	}
	.pricelist dd ul{
		white-space: nowrap;
	}
	.pricelist dd ul li{
		display: block;
		padding: 0;
	}
	.pricelist dd ul li:nth-of-type(2){
		font-size: 1.2rem;
	}
	.pricelist dd ul:nth-of-type(n+2){
		margin-top: 5px;
	}
}

.payment{
	text-align: center;
	padding: 0 2%;
	margin-bottom: 100px;
}
.payment .w{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	font-size: 1.2rem;
	border: 1px solid #c6c1bd;
	max-width: 1000px;
	box-sizing: border-box;
	min-width: 0;
}
.payment .w div{
	width: calc(100% - 480px);
	box-sizing: border-box;
	padding: 20px;
	padding-left: 0;
}
.payment .w div img{
	display: block;
	max-width: 440px;
	width: 100%;
	margin: 0 auto;
}
.payment ul{
	display: block;
	width: 480px;
	text-align: left;
	box-sizing: border-box;
	padding: 20px;
}
.payment ul li{
	position: relative;
	padding-left: 17px;
}
.payment ul li:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 0.5px solid #ce141c;
	border-right: 0.5px solid #ce141c;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}
@media screen and (max-width: 850px){
	.payment .w{
		display: block;
	}
	.payment .w div{
		width: auto;
		padding: 20px 20px 20px;
	}
	.payment ul{
		width: auto;
		display: inline-block;
		padding: 0 20px 20px;
	}
}

/*---------*/
/*SP時　headmenu調整（アフロディーテサイトのみ）*/
@media screen and (max-width: 850px){
	#headmenu ul li{
		width: 50%;
		height: 62.9px;
		display: block;
		position: static;
		box-sizing: border-box;
		margin: 0 !important;
		text-align: center;
		padding: 0;
		background: #f1716a;
	}
	#headmenu ul li:not(.btn){
		display: block;
		mix-blend-mode: normal;
		padding: 10px;
	}
	#headmenu ul li.btn{
		background: #eb3e35;
	}
	#headmenu ul li.btn a{
		height: 100%;
	}
	#headmenu ul li span{
		padding-bottom: 5px;
		display: inline-block;
		font-size: 1.5rem !important;
	}
	#headmenu ul li a{
		box-sizing: border-box;
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
		padding: 0;
		transition: 0.2s ease-in-out;
	}
	#headmenu ul li:hover{
		background: #000;
	}
	#headmenu ul li a:hover {
    	background: none;
	}
}
/*footer bottom調整*/
@media screen and (max-width: 550px){
	#footer{
		padding-bottom: 100px;
	}
}