@charset "UTF-8";
/* CSS Document */
body{
	font-family: 'Noto Serif JP', sans-serif;
}
/***グローバルナビ***************************/
.g_navi{
    background-image: url(../images/recruit_bgt.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 500px;
}
@media only screen and (min-width: 1400px){
	.g_navi{
		padding-bottom: 800px;
	}
}
@media only screen and (max-width: 810px){
	.g_navi{
        padding-bottom: 0px;
        margin-bottom: 0px;
	}
    .g_navi ul{
	    margin-bottom: 0px;
    }
}
/*hover色だけ変更*/
.g_navi ul li a:hover{
	color: #E8D4B8;
}
.g_navi ul li a:before{
	border-bottom: 1px solid #E8D4B8;
}
.g_navi ul li a:hover:before{
	border-bottom: 1px solid #E8D4B8;
}
.g_navi ul li a:after{
	border-bottom: 1px solid #E8D4B8;
}
.g_navi ul li a:hover:after{
	border-bottom: 1px solid #E8D4B8;
}
/***メイン***************************/
.img_01_m{
	display: none!important;
}
.img_02{
    text-align: center;
    margin: 0 auto 0;
}
.img_02_m{
	display: none!important;
}
.r_shousai{
	background-image: url(../images/bosyu_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	color: #ffffff;
	margin: 0 auto;
}
table.shousai_table{
	width: 810px;
	margin: 0 auto;
	font-size: 1.5vw;
	padding: 15% 0 4.5% 7%;
}
table.shousai_table tr{
	text-align: left;
}
table.shousai_table th,td{
	padding: 15px 0;
}
.r_shousai address{
	font-style: normal;
	font-size: 3vw;
	text-align: center;
}
.r_shousai a{
	font-style: normal;
	color: #ffffff;
}
#telannai{
	padding: 15px 0 80px 0;
	font-size: 20px;
	text-align: center;
}
.r_shousai_m{
	display: none!important;
}
@media only screen and (max-width: 810px) {
    .g_navi{
    background: #C2B6AB!important;
    padding-bottom: 0px;
	}
	.img_01_m{
		display: block!important;
		width: 100%;
		height: auto;
	}
	.img_02{
		display: none!important;
	}
	.r_shousai{
		display: none!important;
	}
	.r_shousai_m{
		display: block!important;
		background-image: url(../images/bosyu_bg_m.png);
		background-size: cover;
		color: #ffffff;
		margin: 0 auto;
	}
	table.shousai_table_m{
		width: 95%;
		margin: 0 auto;
		font-size: 2.5vw;
		padding: 25% 0 10% 0;
	}
	table.shousai_table_m tr{
		text-align: left;
	}
	table.shousai_table_m th,td{
		padding: 10px;
	}
	.r_shousai_m address{
	font-style: normal;
	font-size: 7vw;
	text-align: center;
	}
	.r_shousai_m a{
	font-style: normal;
	color: #ffffff;
	}
	#telannai{
	padding: 5px 0 100px 0;
	font-size: 15px;
	text-align: center;
	}
}
/***ページトップ***************************/
#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;
	}
}
