@charset "utf-8";
.c-header__cb, .c-header__navs, .l-footer .c-mycar-desk, .l-footer .c-footer-common, .l-footer .footer-search-menu {
	display: none !important;
}
#lp_container {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1;
}
#lp_container * {
	box-sizing: content-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
#lp_container ol, #lp_container ul {
	list-style: none;
}
#lp_container table {
	border-collapse: collapse;
	border-spacing: 0;
}
#lp_container img {
	border: none;
	vertical-align: top;
}
#lp_container a {
	color: #333;
	outline: none;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#lp_container .rollover {
	transition: 0.3s;
}
#lp_container .rollover:hover, #lp_container .rollover:active {
	opacity: 0.8;
}
#lp_container .inner {
	width: 1080px;
	margin: 0 auto;
}
#lp_footer {
	width: 100%;
	background: #fff;
}
#lp_footer .navi ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	margin: 15px 0;
}
#lp_footer .navi ul li {
	padding: 0 20px;
	border-right: solid 1px #333;
	font-size: 14px;
}
#lp_footer .navi ul li:last-child {
	border-right: 0;
}
#lp_footer .navi ul li a {
	color: #333;
	text-decoration: none;
}
#lp_footer .navi ul li a:hover, #lp_footer .navi ul li a:active {
	text-decoration: underline;
}
#lp_footer .contact-pc {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #eee;
}
#lp_footer .contact-pc img {
	width: 900px;
	height: 14px;
}
#lp_footer .contact-sp {
	display: none;
}
#lp_footer .copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 150px;
	background: #1d1d1d;
}
#lp_footer .copyright p {
	color: #fff;
	font-size: 14px;
}
.mfp-container {
	padding: 0;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
/*------- Media Queries -------*/
@media only screen and (max-width: 1180px) {
	#lp_container .inner {
		width: calc(100vw / (1180 / 1080));
	}
	#lp_footer .navi ul {
		height: calc(100vw / (1180 / 50));
		margin: calc(100vw / (1180 / 15)) 0;
	}
	#lp_footer .navi ul li {
		padding: 0 calc(100vw / (1180 / 20));
		font-size: calc(100vw / (1180 / 14));
	}
	#lp_footer .contact-pc {
		height: calc(100vw / (1180 / 50));
	}
	#lp_footer .contact-pc img {
		width: calc(100vw / (1180 / 906));
		height: calc(100vw / (1180 / 14));
	}
	#lp_footer .copyright {
		height: calc(100vw / (1180 / 150));
	}
	#lp_footer .copyright p {
		font-size: calc(100vw / (1180 / 14));
	}
}
@media only screen and (max-width: 767px) {
	.c-header__navs {
		display: block !important;
	}
	#lp_container {
		font-size: calc(100vw / (640 / 24));
	}
	#lp_container .inner {
		width: calc(100vw / (640 / 600));
	}
	#lp_footer .navi ul {
		justify-content: flex-start;
		flex-wrap: wrap;
		height: calc(100vw / (640 / 70));
		margin: 0;
		padding: calc(100vw / (640 / 40)) 0;
	}
	#lp_footer .navi ul li {
		padding: 0 calc(100vw / (640 / 30));
		font-size: calc(100vw / (640 / 22));
	}
	#lp_footer .contact-pc {
		display: none;
	}
	#lp_footer .contact-sp {
		display: block;
		box-sizing: border-box;
		height: calc(100vw / (640 / 230));
		padding-top: calc(100vw / (640 / 50));
		background: #eee;
	}
	#lp_footer .contact-sp .ttl {
		font-size: calc(100vw / (640 / 28));
		font-weight: bold;
		text-align: center;
	}
	#lp_footer .contact-sp .tel {
		display: flex;
		justify-content: center;
		margin-top: calc(100vw / (640 / 25));
		font-size: calc(100vw / (640 / 38));
		font-weight: bold;
	}
	#lp_footer .contact-sp .tel::before {
		content: "";
		display: inline-block;
		width: calc(100vw / (640 / 55));
		height: calc(100vw / (640 / 37));
		margin-right: calc(100vw / (640 / 10));
		background: url(../img/sp/icon_tel.png) no-repeat left center;
		background-size: calc(100vw / (640 / 55)) calc(100vw / (640 / 37));
	}
	#lp_footer .contact-sp .time {
		margin-top: calc(100vw / (640 / 25));
		font-size: calc(100vw / (640 / 20));
		font-weight: bold;
		text-align: center;
	}
	#lp_footer .copyright {
		height: calc(100vw / (640 / 120));
	}
	#lp_footer .copyright p {
		font-size: calc(100vw / (640 / 20));
	}
}