@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
}
/***グローバルナビ***************************/
.g_navi{
	background-color: #C2B6AB;
}
/***メイン***************************/
.main_v{
	color: #494646;
}
.main_v a{
	color: #494646;
}
.main_v a:hover{
	border-bottom: 1px dotted #C2B6AB;
}
h1{
	font-size: 25px;
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	margin-bottom: 10px;
	font-weight: bold;
}
.sitemap_contents{
	width: 70%;
	text-align: left;
	margin: 0px auto;
}
.row_1{
	margin-top: 100px;
	padding: 50px 20px;
}
.row_3{
	margin-bottom: 100px;
}
.row_2 li {
	display: inline-block;
	padding: 50px 20px;
}
.row_3 li{
	display: inline-block;
	padding: 50px 20px;
}
/***ページトップ***************************/
#pageTop {
  	position: fixed;
  	bottom: 30px;
	right: 30px;
}
#pagetop a{
	position: fixed;
  	bottom: 30px;
	right: 30px;
	padding: 5px 5px;
	background-color: #494646;
	font-size: 20px;
	color: #ffffff;
	display: block!important;
}
@media screen and (max-width: 810px){
	#pagetop {
		display: none!important;
	}
}
