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

/*----------------------------------------------
スマホ用固定メニュー
----------------------------------------------*/
.fix_menu {
	display: none;
}
@media screen and (max-width: 767px){
	.wrapper{
		padding-bottom: 60px;
	}
	.fix_menu, .fix_menu p a  {
		background-color: #f79729;
	}
	.fix_menu {
		display: block;
		z-index: 100;
		clear: both;
		overflow: hidden;
		position: fixed;
		z-index: 3;
		bottom: 0;
		width: 100%;

		display: flex;
	}
	.fix_menu p {
		/* float: left;
		width: 50%;
		height: 50px;
		font-size: 12px;
		line-height: 50px;
		text-align: center;
		color: #fff; */
		width: 50%;
		height: 60px;
		text-align: center;
		background-color: #1d2089;
	}
	.fix_menu p a {
		 width: 100%;
        height: 60px;
        display: flex
;
        justify-content: center;
        align-items: center;
        color: #fff;
        gap: 10px;
        text-decoration: none;

		}

.fix_menu p.tel a{
background-color: #f79729;
}
.fix_menu p.mail a{
background-color: #03a9f3;
}


		.fix_menu p a img {
			max-height: 60px;
		}
	/* .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;
	}
}