@charset "UTF-8";

/*** 固定フッターナビ ***/
#foot-fix-nav-box {
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	#foot-fix-nav-box {
		background: rgba(35,24,21,0.7);
		width: 100%;
		padding: 2.4% 0;
		z-index: 9996;
		transform: translate3d(0, 0, 0); /* iosでスクロール中に要素が消える不具合対策 */
	}
	#foot-fix-nav-box-inner {
		width: 100%;
		margin: 0 auto;
	}
	/* #foot-fix-nav-box #foot-fix-nav-tel {
		display: none;
	} */
	#foot-fix-nav-box #foot-fix-nav-access {
	}
	#foot-fix-nav-box #foot-fix-nav-access ul {
		overflow: hidden;
		display: flex;
		justify-content: center;
		zoom: 1;
		width: 75%;
		list-style: none;
		padding: 0;
		margin: 0 auto;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li {
		float: left;
		width: 33.333333%;
		/* width: calc(25% + 1px); */
		box-sizing: border-box;
		margin: 0;
		position: relative;
		display: inline-block;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li:after {
		content: '';
		position: absolute;
		top: 20%;
		right: 0;
		display: inline-block;
		width: 1px;
		height: 60%;
		background-color: rgba(255,255,255,0.4);
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li:last-child:after {
		display: none;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li a {
		width: 85%;
		margin: 0 auto;

		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li.foot-sales a {
		display: block;
		background: url(../include/images/footer/sp/btn-sales.png) no-repeat 0 0;
		padding: 62.5% 0 0; /* w100% = 73.5294% */
		background-size: contain;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li.foot-inquiry a {
		display: block;
		background: url(../include/images/footer/sp/btn-inquiry.png) no-repeat 0 0;
		padding: 62.5% 0 0; /* w100% = 73.5294% */
		background-size: contain;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li.foot-application a {
		display: block;
		background: url(../include/images/footer/sp/btn-application.png) no-repeat 0 0;
		padding: 62.5% 0 0; /* w100% = 73.5294% */
		background-size: contain;
	}
}

@media print, screen and (min-width: 768px) {
	#foot-fix-nav-box {
		background: #f0ece2;
		width: 100%;
		padding: 16px 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 9996;
		transform: translate3d(0, 0, 0); /* iosでスクロール中に要素が消える不具合対策 */
	}
	#foot-fix-nav-box-inner {
		overflow: hidden;
		zoom: 1;
		width: 490px;
		margin: 0 auto;
	}
	#foot-fix-nav-box #foot-fix-nav-access {
		/* float: right; */
		/*width: 660px;*/
	}
	#foot-fix-nav-box #foot-fix-nav-access ul {
		overflow: hidden;
		display: flex;
		justify-content: center;
		zoom: 1;
		width: 100%;
		list-style: none;
		padding: 2px 0 0;
		margin: 0 auto;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li {
		float: left;
		width: 150px;
		margin: 0 20px 0 0;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li:last-child {
		margin: 0;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li a {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		text-decoration: none;
		width: 150px;
		height: 46px;

		-webkit-transition: 0.4s;
		transition: 0.4s;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li a:hover {
		color: #fff;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li.foot-sales a {
		display: block;
		background: url(../include/images/footer/pc/btn-sales.png) no-repeat 0 0;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li.foot-inquiry a {
		display: block;
		background: url(../include/images/footer/pc/btn-inquiry.png) no-repeat 0 0;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li.foot-application a {
		display: block;
		background: url(../include/images/footer/pc/btn-application.png) no-repeat 0 0;
	}
	#foot-fix-nav-box #foot-fix-nav-access ul li.foot-line a {
		display: block;
		background: url(../include/images/footer/pc/btn-line.png) no-repeat 0 0;
	}
}


/*** フッター ***/
#footer {
	background: #FFF;
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 9996;
}
@media only screen and (max-width: 767px) {
}
@media print, screen and (min-width: 768px) {
	#footer {
		min-width: 980px;
	}
}

/**** フッターナビ ***/
#footer-inner {
	background: #534a41;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	#footer-nav p {
		color: #FFF;
		font-size: 14px;
		line-height: 1.5;
		margin: 0;
		border-bottom: 1px solid #787065;
	}
	#footer-nav p a {
		display: block;
		color: #FFF;
		text-decoration: none;
		padding: 13px 45px 13px 35px;
	}
	#footer-nav p.triangle a:before {
		content: "\F0DA";
		font-family: FontAwesome;
		color: #F00;
		font-weight: normal;
		padding-right: 0.6em;
	}

	#footer-nav dd {
		margin: 0;
	}
	#footer-nav dd.plus p {
		background: url(../include/images/footer/sp/plus.png) no-repeat right 26px center;
		background-size: 12px 12px;
		padding: 13px 45px 13px 35px;
	}
	#footer-nav dd.minus p {
		background: url(../include/images/footer/sp/minus.png) no-repeat right 26px center;
		background-size: 12px 12px;
		padding: 13px 45px 13px 35px;
	}
	#footer-nav .foot-toggle-menu-inner {
		display: none;
		background: #38312b;
		padding: 1px 0;
	}
	#footer-nav .foot-toggle-menu-inner p {
		color: #FFF;
		font-size: 14px;
		line-height: 1.5;
		margin: 0;
		border-bottom: 1px solid #787065;
	}
	#footer-nav .foot-toggle-menu-inner p a {
		display: block;
		color: #FFF;
		text-decoration: none;
		padding: 13px 45px 13px 35px;
	}
	#footer-nav .foot-toggle-menu-inner p:last-child {
		border-bottom: none;
	}
}
@media print, screen and (min-width: 768px) {
	#footer-nav {
		overflow: hidden;
		position: relative;
		zoom: 1;
		width: 900px;
		margin: 0 auto;
		padding: 48px 0 72px;
	}
	.footer-nav-box {
		float: left;
		width: 300px;
		padding: 0 20px;
		border-left: 1px solid #787065;
		box-sizing: border-box;
	}
	.footer-nav-box:last-child {
		border-right: 1px solid #787065;
	}

	#footer-nav dd {
		list-style: none;
		padding: 0;
		margin: 5px 0;
	}
	#footer-nav dt {
		padding: 0 6px 0 12px;
		margin: 0;
	}

	#footer-nav p {
		color: #FFF;
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
		padding: 0 0 0 12px;
	}
	#footer-nav dd p:before {
		content: "\F107";
		font-family: FontAwesome;
		font-weight: normal;
		padding-right: 0.6em;
	}
	#footer-nav p:before {
		content: "\F105";
		font-family: FontAwesome;
		font-weight: normal;
		padding-right: 0.6em;
	}
	#footer-nav p.triangle:before {
		content: "\F0DA";
		font-family: FontAwesome;
		color: #F00;
		font-weight: normal;
		padding-right: 0.6em;
	}

	#footer-nav p a {
		color: #FFF;
		text-decoration: none;
	}
	#footer-nav p a:hover {
		text-decoration: underline;
	}
}

/*** copyright ***/
#footer-copyright {
	background: #231816;
	padding: 10px 0;
}
#copyright {
	color: #FFF;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	margin: 0;
}

/*** pageup ***/
@media only screen and (max-width: 767px) {
	.pageup {
		display: none;
	}
}

.pageup {
	margin: 0;
	padding: 0;
	z-index: 99999;
}
.pageup a {
	display: block;
	background: url(../include/images/footer/btn-pageup.png) no-repeat 0 0;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
	.pageup a {
		width: 50px;
		height: 50px;
		position: fixed;
		right: 20px;
		bottom: 58px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}
	.pageup a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
}


#content {padding-bottom: 0!important;}
#foot-fix-nav-box {
	background: #f0ece2!important;
	display:block!important;
	position: relative!important;
	bottom: 0!important;
}
#foot-fix-nav-box #foot-fix-nav-box-inner {
	text-align: center;
}
#foot-fix-nav-box #foot-fix-nav-access h3 {
	background: url(../include/images/footer/contact-head.png) no-repeat 0 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	text-decoration: none;
	width: 402px;
	height: 31px;
	margin: 0 auto 40px auto;
}
#foot-fix-nav-box #foot-fix-nav-access ul {
	display: flex;
}
#foot-fix-nav-box #foot-fix-nav-access ul li {
	background: #FFFFFF;
	padding: 20px;
	margin: 0;
	float: none;
	box-sizing: border-box;
}
#foot-fix-nav-box #foot-fix-nav-access ul li dl dt {
	font-weight: bold;
	margin-bottom: 15px;
}
#foot-fix-nav-box #foot-fix-nav-access ul li dl dt img.icon {
	display: block;
	margin: 0 auto 15px auto;
	width: 40px;
}
#foot-fix-nav-box #foot-fix-nav-access ul li dl dd {
	margin: 0;
}
#foot-fix-nav-box #foot-fix-nav-access ul li dl dd span.time {
	font-size: 12px;
}
#foot-fix-nav-box #foot-fix-nav-access ul li.foot-tel dl dd img {
	width: 22px;
	margin-right: 5px;
}
#foot-fix-nav-box #foot-fix-nav-access ul li.foot-tel dl dd span.tel a {
	color: #556fb5;
	text-decoration: none;
	text-indent: 0;
	font-size: 26px;
	font-weight: 700;
}
#foot-fix-nav-box #foot-fix-nav-access ul li.foot-inquiry dl dd a {
	background: #ab8b41;
	text-indent: 0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.5;
	width: auto;
	height: auto;
	display: inline-block;
	padding: 11px 30px;
	border-radius: 3px;
	text-decoration: none;
}

@media print, screen and (min-width: 768px) {
#foot-fix-nav-box {padding: 30px 0;}
#foot-fix-nav-box #foot-fix-nav-box-inner {width: 100%;max-width: 850px;}
#foot-fix-nav-box #foot-fix-nav-access p {
	margin: 0 0 20px 0;
	font-size: 14px;
}
#foot-fix-nav-box #foot-fix-nav-access ul {justify-content: space-between;}
#foot-fix-nav-box #foot-fix-nav-access ul li {width: calc(50% - 15px);}
#side-fix-nav-box a {
	background: #ab8b41;
	color: #FFFFFF;
	text-decoration: none;
	position: fixed;
	z-index: 9999;
	writing-mode: vertical-rl;
	border-radius: 5px 0 0 5px;
	transition: transform 0.3s ease;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	padding: 30px 10px;
	font-weight: 700;
	letter-spacing: 0.15em;
}
#side-fix-nav-box a:hover {
	opacity: 0.6;
}
#side-fix-nav-box a img {
	width: 20px;
	margin-bottom: 8px;
}
#copyright br.sp-only {display: none;}
}

@media only screen and (max-width: 767px) {
#foot-fix-nav-box #foot-fix-nav-box-inner {
	padding: 20px 15px;
	box-sizing: border-box;
}
#foot-fix-nav-box #foot-fix-nav-access h3 {
	width: 100%;
	height: auto;
	padding: 12.96% 0 0;
	margin: 0 0 20px 0;
	background-size: contain;
}
#foot-fix-nav-box #foot-fix-nav-access p {
	margin: 0 0 20px 0;
	font-size: 14px;
	text-align: left;
}
#foot-fix-nav-box #foot-fix-nav-access ul {
	flex-wrap: wrap;
	width: 100%;
}
#foot-fix-nav-box #foot-fix-nav-access ul li {width: 100%;}
#foot-fix-nav-box #foot-fix-nav-access ul li.foot-tel {margin-bottom: 20px;}
#side-fix-nav-box {display: none;}

#copyright span.pc-only {display: none;}
}