@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
　　エステコース通常料金一覧　CSS
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/
.contents{
    padding-bottom: 100px;
}
.aesthetic_type_box h2{
	background:#00325A;
	min-height: 40px;
	padding: 0 70px 0 30px;
	border-bottom: 2px solid #fff;
	display: flex;
	align-items: center;    
	font-size: 18px;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
	letter-spacing: -0.001em;
    color: #ffffff;
}

.aesthetic_type_box h2:before,
.aesthetic_type_box h2:after{
    background: #ffffff;
}

.aesthetic_type_box .box > .text{
	padding: 20px 0;
    font-family: "Noto Serif JP", serif;
}

.aesthetic_type_box .course_list > div::before {
    content: "";
    height: 10px;
    width: 100%;
    display: block;
    background-image: url(/mens/asset2025/img/common/line_stripe.png);
}
.aesthetic_type_box .course_list > div:last-of-type::after{
    content: "";
    height: 10px;
    width: 100%;
    display: block;
    background-image: url(/mens/asset2025/img/common/line_stripe.png);
}
.aesthetic_type_box .course_list > div dt{
	padding-top: 20px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.aesthetic_type_box .course_list > div dt em{
    font-size: 18px;
    font-weight: bold;
}
.aesthetic_type_box .course_list > div dt small{
    font-size: 18px;
    display: flex;
    justify-content: flex-end;
	gap:25px;
}
.aesthetic_type_box .course_list > div dt small span{
}
.aesthetic_type_box .course_list > div dt small span.time{
	min-width: 50px;
}
.aesthetic_type_box .course_list > div dt small span.price{
}
.aesthetic_type_box .course_list > div dd{
	padding-bottom: 20px;
}
.aesthetic_type_box .course_list > div dd .link_btn{
	margin-top: 20px;
    padding: 5px;
}
.price_notes{
	padding-top: 40px;
}
.price_notes ul li {
    font-size: 12px;
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 10px;
}
.price_notes ul li:last-of-type{
	margin-bottom: 0;
}


/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/


/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */

@media (max-width:1024px){
	

	
	
/* --- */
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */





/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */

@media (max-width:820px){
	





/* --- */
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */






/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */

@media screen and (max-width: 767px) {
	
.contents {
    padding-bottom: 50px;
}	
.aesthetic_type_box{
    width: 100vw;
    margin: 0 -5vw;
}	
.aesthetic_type_box h2{
        padding: 0 12vw 0 4vw;
        font-size: 14px;
        border-bottom: 1px solid #fff;
	min-width: 50px;
	}
.aesthetic_type_box .box > .text {
    padding: 15px 5vw;
}	
.aesthetic_type_box .course_list > div{
	padding: 0 5vw;	
}	
.aesthetic_type_box .course_list > div::before,
.aesthetic_type_box .course_list > div:last-of-type::after{
    width: 100vw;
    margin: 0 -5vw;
}	
.aesthetic_type_box .course_list > div dt {
    margin-bottom: 10px;
	flex-direction: column;
        align-items: start;
}	
.aesthetic_type_box .course_list > div dt em {
    font-size: 14px;
}
.aesthetic_type_box .course_list > div dt small {
    font-size: 14px;
    gap: 10px;
}	
.aesthetic_type_box .course_list > div dt small span.time {
    min-width: auto;
}	
.aesthetic_type_box .course_list > div dd {
    padding-bottom: 15px;
}	
.price_notes ul li{
        font-size: 11px;
    }
.aesthetic_type_box .course_list > div dd .link_btn {
	margin-top: 15px;
}

.price_notes {
    padding-top: 15px;
}

    a.link_btn.large{
        height: 50px;
    }
/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */

