/* サイトマップ */
.sitemap_box {
	padding-top: 50px;
	padding-bottom: 20px;
	background-color: #F7FFF0;
}

.sitemap_ttl {
	font-size: 48px;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-bottom: 0px;
	text-align: center;
	color: #000;
	padding-top: 40px;	
	text-transform: uppercase;
}
.sitemap_ttl_sub {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.sitemap_tx {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000;
	
	padding: 10px;	
}

.sitemap_tx2 {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #000;
	
	padding: 10px;
	text-align: center;
}




/*テーブル*/
.site_table {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.site_table th {
	width: 25%;
	background-color: #F2F2F2;
}
.site_table td {
	width: 75%;
	background-color: #fff;
}
.site_table th,.site_table td {
	color: #333333;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3A882;
	font-weight: normal;
}	



@media (max-width: 1200px) {
.contact .tel {
	font-size: 33px;	
}
	
}


@media (max-width: 992px)  {
	
	
}



@media (max-width: 768px)  {
/*.number {
	width: 90%;
}*/	
.flow_ttl2 {	
	margin-top: 5px;	
}
.contact .tel {
	font-size: 24px;	
}
.contact .ttl {
	font-size: 28px;
	letter-spacing: 0em;
}
}


@media (max-width: 468px) {
	
.flow_space {	
	margin-top: 10px;
	margin-bottom: 5px;	
}

}
