@charset "UTF-8";
/* 
CSS Document 
ページ共通CSS
ヘッダ, フッタ, サイド
*/

body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
	color:#000;
	font-size:16px;
	line-height:1.5;
	-webkit-text-size-adjust: 100%;
	}
	
/*テキストリンク*/
a {
	color:#000;
	}
	
a:hover {
	}

/*テキスト*/
.red {
	color:#c3002f;
}

.caution {
	position: relative;
	padding-left:1em;
	color:#4c4c4c;
}
.caution.red {color:#c3002f;}
.caution.noicon {padding-left:0;}
.caution span:first-child {
	position: absolute;
	left:0;
}

/*ヘッダ*/
h1 {
	margin-bottom: 25px;
	padding:0 12px;
}

.template {display:none;}

.inner{
	padding: 20px;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

/*地図*/
.map-wrapper {
	position: relative;
	width: 100%;
}
.map-wrapper .gmap {
	position: relative;
}
.map-wrapper .gmap > * {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:400px;
}
label.disabled{
	color: #999;
}

.consultation_map_tel::before {
	position: relative;
	top: .1428571429em;
	display: inline;
	padding-right: 5px;
	font-family: icon-Nissan-Global;
	speak: none;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	content: "";
	color: #000000;
}

.consultation_map_cta{
	text-decoration: none;
	cursor: pointer;
	border-radius: 40px;
	display: flex;
	justify-items: center;
	align-items: center;
	padding: 5px 0 10px;
}
.consultation_map_cta a{
	text-decoration: none;
}

.consultation_map_cta .cta-text {
	font-family: "AOTFSGP Regular";
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.9px;
	color: #fff;
	text-align: center;
	width: 280px;
	height: 50px;
	background-color: #B70100;
	border-radius: 40px;
	margin: 0px auto;
	padding: 12px 0;
}

.loader.hide {
	display: none;
}
.loader {
	background: #eee;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
	text-align: center;
	z-index: 1;
}
.loader::after {
	position: absolute;
	display: inline-block;
	top: calc(50% - 2.9285714286rem / 2);
	left: calc(50% - 2.9285714286rem / 2);
	font-family: icon-Nissan-Global;
	content: "";
	line-height: 1;
	text-align: center;
	font-size: 2.9285714286rem;
	-webkit-animation: 1s linear infinite spin;
	-moz-animation: 1s linear infinite spin;
	animation: 1s linear infinite spin;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

@media screen and (min-width: 768px) {
	.sp-only{
		display: none;
	}
	.inner{
		padding: 0;
	}
	#container.constBox {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0 4%;
	}
	#container.constBox h2 {
		margin-top: 4%;
	}
	#container.constBox > p {
		text-align: left;
	}
	.map-wrapper {
		overflow: auto;
	}
	.map-wrapper .gmap {
		height: 96vw;
	}
}
@media print, screen and (min-width: 960px) {
	.sp-only{
		display: none;
	}
	#container.constBox {
		margin: 50px auto 100px;
		width: 100%;
		padding: 0 4%;
	}
	#container.constBox > p {
		text-align: center;
	}
	.map-wrapper {
		overflow: auto;
	}
	.map-wrapper .gmap {
		height: calc((100vw - 120px) * 0.5625);
	}
}
@media print, screen and (min-width: 1380px) {
	.map-wrapper .gmap {
		height: calc(1380px * 0.5625);
	}
}
@media screen and (max-width: 767px) {
	.pc-only{
		display: none;
	}
	.inner{
		padding: 0;
		margin-bottom: 20px;
	}
	#container.constBox {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 0 4%;
	}
	header h1 {
		line-height: 1em;
		font-size: 10px;
		max-width: 640px;
		width: auto;
		margin: 0 auto;
		padding: 0 4%;
	}
	header h1 img {
		max-width: 100px;
		width: 11.3%;
	}
	.map-wrapper .gmap {
		height: 100vw;
	}
	#container.constBox h2 {
		margin-top: 4%;
		font-size: 1.8rem;
	}
	#container.constBox > p {
		text-align: left;
	}
	.consultation_map_cta .cta-text {
		font-size: 14px;
		width: 12rem;
		height: 30px;
		line-height: 14px;
		padding: 8px 0;
	}
}
@media screen and (max-width: 375px) {
	.android .formContainer select[name=shop] {
		font-size:12px;
	}
}
@media screen and (max-width: 360px) {
	.android .formContainer select[name=shop] {
		font-size:11px;
	}
}
@media screen and (max-width: 320px) {
	.boxButton{
		min-width: 240px;
	}
}
@media print, screen and (min-width: 1500px) {
	#container.constBox {
		margin-top: 50px;
		width: 1500px;
	}
}
@media screen and (max-width: 580px) {
	.c_046C .accordion-toggle-enhanced .active-page {
		max-width: 14rem !important;
	}
}