@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sitemap.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#sitemapWrap {
		width: 600px;
		margin: 0 auto;
		text-align: center;
	}

	.smWrap {
		font-weight: 600;
	}

	.smWrap.marginB30 {
		margin-bottom: 30px;
	}

	.smList {
		padding: 20px 40px;
		margin-bottom: 30px;
		background: #fff;
		border: 1px #DDDDDD solid;
	}

	.smList li {
		margin: 5px 0;
		display: flex;
		align-items: center;
	}

	.smList li:before {
		content: "";
		width: 12px;
		height: 12px;
		margin-right: 10px;
		background: #edd889;
	}

	#smTop {
		font-weight: 600;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}

	#sitemap {
		-ms-text-align-last: auto;
		text-align: left;
		font-size: 1.6rem;
	}

}

@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sitemap.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#sitemapWrap {
		margin: 0 auto;
		text-align: center;
	}

	.smWrap {
		font-weight: 600;
	}

	.smWrap.marginB30 {
		margin-bottom: 30px;
	}

	.smList {
		padding: 20px 30px;
		margin-bottom: 30px;
		background: #fff;
		border: 1px #DDDDDD solid;
	}

	.smList li {
		margin: 5px 0;
		display: flex;
		align-items: center;
	}

	.smList li:before {
		content: "";
		width: 12px;
		height: 12px;
		margin-right: 10px;
		background: #edd889;
	}

	.smList .outLink {
		padding-right: 15px;
	}

	#smTop {
		font-weight: 600;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}


	#sitemap {
		-ms-text-align-last: auto;
		text-align: left;
		font-size: 1.6rem;
	}

}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	/* メインビジュアル */
	#fv::after {
		background: url(../../img/mv/mv_sitemap.jpg) center center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#sitemapWrap {
		margin: 0 auto;
		text-align: center;
	}

	.smWrap {
		font-weight: 600;
	}

	.smWrap.marginB30 {
		margin-bottom: 30px;
	}

	.smList {
		padding: 15px 20px;
		margin-bottom: 30px;
		background: #fff;
		border: 1px #DDDDDD solid;
	}

	.smList li {
		margin: 5px 0;
		display: flex;
		align-items: center;
		font-size: 1.4rem;
	}

	.smList li:before {
		content: "";
		width: 12px;
		height: 12px;
		margin-right: 10px;
		background: #edd889;
	}

	.smList .outLink {
		padding-right: 15px;
	}

	#smTop {
		font-weight: 600;
		font-size: 1.6rem;
		padding-bottom: 20px;
	}

	#sitemap {
		-ms-text-align-last: auto;
		text-align: left;
		font-size: 1.6rem;
	}

}