@charset "UTF-8";

/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WP Maruso Group Theme
	ver.2023.08.16.Custom-
	カスタム投稿タイプ　固定ページ「サイトマップ」　スタイルシート
────────────────────────────────────────
FileName:		/marusogroupTheme/assets/css/style-page-sitemap.css
Editor:			TRUSTEC
Description:	固定ページ「サイトマップ」　スタイルシート。
────────────────────────────────────────
2023/07/25:		公開。
2022/12/01:		開発開始。
2022/11/01:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [COMMON] ::::: */


/* Media Query
--------- --------- --------- ------- */
/*	DisplayWidth > XL	*/
@media (min-width: 1400px) {
}
/*	DisplayWidth < MD	*/
@media (max-width: 767px) {
}
/*	DisplayWidth < XS	*/
@media (max-width: 575px) {
}





/* ::::: [OVER-WRITES : STYLE-COMMON] ::::: */

/* Intro Child
--------- --------- --------- ------- */
.intro-child-overlays-wrapper .title {
}





/* ::::: [PATTERN TITLE  : ] ::::: */

/* Setting
--------- --------- --------- ------- */
.pattern-title-ribbon {
	/*	カスタムプロパティ	*/
}

/*	レベル１の見出し	*/
.pattern-title-ribbon.title-level1.short {
	background-color: transparent;
	font-size: max(1.2rem, 1.83vw);					/*	--title-font-size-35	*/
	line-height: 1.5em;
	color: currentColor;
	margin-bottom: 1.5em;
	padding: 0;
}

/*		*/
.pattern-title-ribbon.title-level1.short .title {
	background-color: var(--background-color-level1);
	font-size: inherit;
	line-height: inherit;
	letter-spacing: 0.1em;
	color: #ffffff;
	min-width: 15em;
	margin: 0;
	padding: 0.3em 1.5em 0.4em 1.5em;
	display: inline-block;
}

/*		*/
.pattern-title-ribbon.title-level1.short a {
	color: inherit;
	text-decoration: none;
}


/*	レベル２の見出し	*/
.pattern-title-ribbon.title-level2 {
	font-size: max(1rem, 1.3vw);				/*	--title-font-size-25	*/
	display: block;
}

/*		*/
a.pattern-title-ribbon.title-level2 {
	color: #ffffff;
	text-decoration: none;
}


/* Media Query
--------- --------- --------- ------- */
/*	DisplayWidth > XL	*/
@media (min-width: 1400px) {
}
/*	DisplayWidth < MD	*/
@media (max-width: 767px) {
}
/*	DisplayWidth < XS	*/
@media (max-width: 575px) {

	/*	レベル１の見出し	*/
	.pattern-title-ribbon.title-level1.short {
		margin-bottom: 1em;
	}
	/*		*/
	.pattern-title-ribbon.title-level1.short .title {
		display: block;
	}


	/*	レベル２の見出し	*/
	.pattern-title-ribbon.title-level2 {
		margin-bottom: 0.5em;
		display: block;
	}
}





#sitemap-about_us {
	/*background-color: rgba(255, 0, 0, 0.2);*/
}

#sitemap-business {
	/*background-color: rgba(0, 255, 0, 0.2);*/
}

#sitemap-group {
	/*background-color: rgba(0, 0, 255, 0.2);*/
}

#sitemap-recruit {
	/*background-color: rgba(255, 255, 0, 0.2);*/
}

#sitemap-others {
	/*background-color: rgba(255, 0, 255, 0.2);*/
}

.sitemap-wrapper {
	/*background-color: rgba(0, 0, 0, 0.2);*/
}

