@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
}
/***グローバルナビ***************************/
.g_navi{
	background-color: #C2B6AB;
}
/***メイン***************************/
.select_menu{
	color: #494646;
	margin-bottom: 50px;
}
.menu_row1 ul{
	text-align: center;
}
.menu_row1 li{
	display: inline-block;
	margin: 30px;
	font-size: 20px;
	border-bottom: 3px dotted #f9df95;
}
.menu_row2 ul{
	text-align: center;
}
.menu_row2 li{
	display: inline-block;
	margin: 30px;
	font-size: 20px;
	border-bottom: 3px dotted #f9df95;
}
.img_pc img{
	width: 100%;
	height: auto;
}
.img_810 img{
	display: none!important;
}
.img_480 img{
	display: none!important;
}
@media only screen and (max-width: 810px) {
	.img_810 img{
		display: block!important;
		width: 100%;
		height: auto;
	}
	.img_480 img{
		display: none!important;
	}
	.img_pc img{
		display: none!important;
	}
	.select_menu{
		display: none!important;
	}
}
@media only screen and (max-width: 480px) {
	.img_480 img{
		display: block!important;
		width: 100%;
		height: auto;
	}
	.img_810 img{
		display: none!important;
	}
	.img_pc{
		display: none!important;
	}
	.select_menu{
		display: none!important;
	}
}
.menu_row1 li a{
	color: #494646;
}
.menu_row1 li a:hover{
	border-bottom: 3px dotted #e6caaf;
}
.menu_row2 li a{
	color: #494646;
}
.menu_row2 li a:hover{
	border-bottom: 3px dotted #e6caaf;
}
/***ページトップ***************************/
#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;
	}
}
