@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
　　　サイトマップページCSS
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

.mv_box {
    max-height: 495px;
}
.mv_title {
    justify-content: center;
    align-items: center;
}
.contents{
	padding-bottom: 100px;
}
.contents > section{
	margin-bottom: 50px;
}
.contents > section:last-of-type{
	margin-bottom: 0;
}
.contents h2{
    font-family: "Noto Serif JP", serif;
    font-size: 19px;
    border-bottom: 2px solid #BC9536;
    margin-bottom: 15px;
    padding-bottom: 5px;
}
.contents .sitemap_list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px min(4vw,60px);
}

.contents .sitemap_list ul{
    display: flex;
    flex-flow: column;
    gap: 10px min(5vw,60px);
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.contents .sitemap_list ul:last-of-type{
	margin-bottom: 0;
}
.contents .sitemap_salon ul,
.contents .sitemap_corporate ul{
	flex-flow: row;
	flex-wrap: wrap;
}

.contents .sitemap_list h3{
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
	color: #B79F7C;
	margin-bottom: 10px;
}
.contents .sitemap_list h3 a{
	color: #B79F7C;
}
.contents .sitemap_list h3 a::after,
.contents .sitemap_list li a::after {
    content: "▶";
    font-size: 55%;
    line-height: 1;
    font-family: "M PLUS Rounded 1c", serif;
    vertical-align: middle;
    margin-left: 1.25em;
    display: inline-block;
    color: #B79F7C;
}
.contents .sitemap_list li a{
	padding-left: 15px;
	position: relative;
	display: block;
}
.contents .sitemap_list li a:before {
    content: "";
    display: block;
    border-left: 1px solid #B79F7C;
    border-bottom: 1px solid #B79F7C;
    width: 10px;
    height: 10px;
    vertical-align: text-top;
    position: absolute;
    left: 0;
    top: 2px;
}
.contents .sitemap_list dl{
	margin-top: 20px;
}
.contents .sitemap_list dt{
	    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    margin-bottom: 10px;
}



/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（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;
}	
.contents > section {
    margin-bottom: 30px;
}	
.contents h2 {
    font-size: 15px;
    margin-bottom: 10px;
	border-bottom: 1px solid #BC9536;
}
.contents .sitemap_list {
    gap: 20px;
	flex-flow: column;
}	
.contents .sitemap_list h3 {
    font-size: 15px;
	margin-bottom: 5px;
}
.contents .sitemap_list ul {
    gap: 5px;
	margin-bottom: 20px;
}	
.contents .sitemap_list li a {
    padding-left: 10px;
}
.contents .sitemap_list li a:before {
    width: 8px;
    height: 8px;
    top: 3px;
}	
.contents .sitemap_list h3 a::after,
.contents .sitemap_list li a::after {
    font-size: 10px;
    margin-left: 0.25em;
}
.contents .sitemap_list dl {
    margin-top: 10px;
}	
.contents .sitemap_list dt {
    font-size: 14px;
    margin-bottom: 5px;
}	
.contents .sitemap_salon ul,
.contents .sitemap_corporate ul {
    flex-flow: column;
}	
	
	
/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */

