@charset "Shift_JIS";



/* pc
----------------------------------------------- */

@media print, screen and (min-width:1000px) {


	/* sitemap
	----------------------------------------------- */

	.sitemap {
		margin: 15px 30px -15px;
	}
	.sitemap__items-1st,
	.sitemap__items-2nd {
		margin: 10px 0 0 45px;
	}
	.sitemap__item {
		margin: 5px 0 0 0;
		padding: 5px 0;
		font-size: 1.3rem;
		line-height: 1.5;
		list-style: square;
		list-style-position: inside;
		border-top: 1px dotted #d2c8b9;
	}
	.sitemap__item a {
		text-decoration: underline;
	}

	/* sitemap__items-3rd */
	.sitemap__items-3rd {
		margin: 10px 0 0 30px;
		display: flex;
		flex-wrap: wrap;
	}
	.sitemap__items-3rd .sitemap__item {
		position: relative;
		padding: 10px 0 10px 15px;
		width: 33.33%;
		font-size: 1rem;
		line-height: 1.2;
		list-style: none;
		border: none;
		box-sizing: border-box;
	}
	.sitemap__items-3rd .sitemap__item:before {
		position: absolute;
		top: 15px;
		left: 5px;
		display: inline-block;
		content: "";
		width: 2px;
		height: 2px;
		border: 1px solid #3e2605;
		border-radius: 50%;
	}



}



/* mobile
----------------------------------------------- */

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


	/* sitemap
	----------------------------------------------- */

	.sitemap {
		margin: 20px 0 0;
		border-top: 1px dotted #d2c8b9;
	}
	.sitemap__item a {
		position: relative;
		display: block;
		padding: 15px;
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.5;
		border-bottom: 1px dotted #d2c8b9;
		box-sizing: border-box;
	}
	.sitemap__item a:after {
		position: absolute;
		top: 50%;
		right: 15px;
		display: inline-block;
		content: "";
		margin: -2px 0 0;
		width: 4px;
		height: 4px;
		border-top: 1px solid #3e2605;
		border-right: 1px solid #3e2605;
		transform: rotate(45deg);
	}

	/* sitemap__items-2nd */
	.sitemap__items-2nd > .sitemap__item > a {
		padding: 15px 15px 15px 35px;
	}


	/* sitemap__items-3rd */
	.sitemap__items-3rd {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px dotted #d2c8b9;
	}
	.sitemap__items-3rd .sitemap__item {
		width: calc(100% / 2);
	}
	.sitemap__items-3rd .sitemap__item a {
		position: relative;
		display: flex;
		align-items: center;
		padding: 15px 15px 15px 10px;
		height: 100%;
		font-size: 1.3rem;
		line-height: 1.2;
		border-bottom: 1px dotted #f0e6dc;
		border-right: 1px dotted #f0e6dc;
		box-sizing: border-box;
	}
	.sitemap__items-3rd .sitemap__item a:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: inline-block;
		content: "";
		margin: -2px 0 0;
		width: 4px;
		height: 4px;
		border-top: 1px solid #b99678;
		border-right: 1px solid #b99678;
		transform: rotate(45deg);
	}



}