@charset "utf-8";
/*----------------------------------------------
フォントアイコン用
----------------------------------------------*/
@import url(font-awesome.css);

/*----------------------------------------------
スマホ用固定メニュー
----------------------------------------------*/
.fix_menu {
	display: none;
}
@media screen and (max-width: 999px){
	.wrapper{
		padding-bottom: 50px;
	}
	.fix_menu, .fix_menu p a  {
		background-color: #31af63;
	}
	.fix_menu, .fix_menu .recruit a  {
		background-color: #39b14a;
	}
	.fix_menu, .fix_menu .access a  {
		background-color: #74c996;
	}
	.fix_menu, .fix_menu .mail a  {
		background-color: #88c23f;
	}

		.fix_menu, .fix_menu p img  {
        margin-right: 3px;

	}
	.fix_menu, .fix_menu .recruit a img{
		width: calc(51px * 0.6);
	}
	.fix_menu, .fix_menu .access a img{
			width: calc(40px * 0.6);
	}
	.fix_menu, .fix_menu .mail a img{
			width: calc(42px * 0.6);
	}

	.fix_menu {
		display: block;
		z-index: 100;
		clear: both;
		overflow: hidden;
		position: fixed;
		z-index: 3;
		bottom: 0;
		width: 100%;
	}
	.fix_menu p {
		float: left;
		width: calc(100% / 3);
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
		color: #fff;
	}
	.fix_menu p a {
		display: flex;
		align-items: center;
		justify-content: center;
		letter-spacing: 0;
		box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 1px 1px 0 rgba(255, 255, 255, 0.4);
		border: none;
		color: #fff;
		text-decoration: none;
	}
	.fix_menu p a i{
		margin-right: 10px;
	}
/* 	.fix_menu p a:before {
		display: inline-block;
		margin-right: 10px;
		font-family: FontAwesome;
		font-weight: normal;
		font-style: normal;
		vertical-align: middle;
	}
	.fix_menu p.tel a:before {
		content: "\f10b";
		font-size: 40px;
	}
	.fix_menu p.mail a:before {
		content: "\f003";
		font-size: 30px;
	} */
	.fixed_bottom {
		position: fixed;
		bottom: 0;
		z-index: 100;
	}
}