@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## サイトマップ ######################################## */

#sitemap > h2::after {
	content: "サイトマップ"
}

/* L2 **************************************** セレクタ **************************************** */

#sitemap nav {
	position: relative;
	margin-bottom: 2em;
}
#sitemap nav.loading::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #666666;
	font-size: 1.6rem;
	line-height: 1.0;
	background: rgba(255, 255, 255, 0.5);
}

#sitemap nav ul {
	list-style-type: none;
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-collapse: separate;
	border-spacing: 2px;
}

#sitemap nav ul li {
	display: table-cell;
	
	vertical-align: middle;
	border: 1px solid #cccccc;
	
	background: #ffffff -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	background: #ffffff linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.08));
	box-shadow: inset -4px -4px 12px rgba(0, 0, 0, 0.06);
}
#sitemap nav ul li::before {
	content: "\f002";
	top: 0.14em;
	left: 12px;
	color: #336699;
	font-size: 1.8rem;
}

#sitemap nav ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0.5em 1.5em 0.4em 38px;
	color: #336699 !important;
	text-decoration: none;
	
	box-sizing: border-box;
}
#sitemap nav ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: #008ccf;
	
	-webkit-transition: height 0.2s ease-out;
	-moz-transition: height 0.2s ease-out;
	-ms-transition: height 0.2s ease-out;
	-o-transition: height 0.2s ease-out;
	transition: height 0.2s ease-out;
	
	background: #008ccf -webkit-gradient(linear, left top, left bottom, color-stop(0.00, rgba(0, 0, 0, 0.025)), color-stop(1.00, rgba(0, 0, 0, 0.1)));
	background: #008ccf -webkit-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -moz-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -o-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf -ms-linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
	background: #008ccf linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.1));
}
#sitemap nav ul li:not(.selected) a:hover::before {
	height: 4px;
}

/* L2 **************************************** カテゴリ  **************************************** */

/* L3 ======================================== 分類 ======================================== */

#sitemap dl {
	padding: 0.5em 10px;
	
	border-top: 1px dotted #cccccc;
}

#sitemap h3+ dl {
	padding-top: 0;
	border-top: none;
}


#sitemap dl dt {
	position: relative;
	margin-right: 0.5em;
	padding-left: 28px;
	color: #336699;
	font-size: 1.8rem;
}
#sitemap dl dt::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f138";
	font-family: "FontAwesome";
}

#sitemap dl dd {
	margin-left: 1em;
	padding-left: 1em;
}

#sitemap dl dd p {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#sitemap dl dd ul {
	list-style-type: none;
	font-size: 0;
	margin-left: 0;
}

#sitemap dl dd ul li {
	display: inline-block;
	margin-right: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1.3rem;
}
#sitemap dl dd ul li::before {
	display: none;
}

#sitemap dd a {
	display: inline-block;
	padding: 0em 1em;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset -8px -8px 18px rgba(0, 0, 0, 0.08);
}


/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


