.outumuro-dealers-full {
	padding: 100px 0 0;
}
.outumuro-dealers-full > .container > h3 {
	margin-bottom: 80px;
}
.image-map-full-time {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 3px));
	grid-gap: 6px;
	font-size: 0;
	line-height: 0;
	margin-bottom: 24px;
}

.image-map-full-time figure {
	height: 181px;
}

.image-map-full-time figure img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

.image-map-full-time iframe {
	height: 181px;
}

.info-dealer-full-item p,
.info-dealer-full-item p a {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #666666;
	margin: 0 0 24px;
}

.info-dealer-full-item label {
	font-weight: 600;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -0.02em;
	color: #346A92;
	display: block;
	margin-bottom: 8px;
}

.header-dealer-full-time {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 24px;
}

.header-dealer-full-time h6 {
	font-size: 22px;
	line-height: 22px;
	color: #1b1b1b;
}

.header-dealer-full-time a {
	font-size: 0;
	line-height: 0;
}

.info-dealer-full-item {
	position: relative;
}

.info-dealer-full-item nav {
	font-size: 0;
}

.info-dealer-full-item nav a {
	height: 40px;
	line-height: 40px;
	width: 40px;
	display: inline-block;
	text-align: center;
	transition: all .3s ease;
	border-radius: 16px;
	background: #f2f2f2;
	margin: 0 4px 0 0;
}

.info-dealer-full-item nav a img {
	vertical-align: middle;
	transition: all .3s ease;
}

.info-dealer-full-item nav a:hover {
	background: #346a92;
}

.info-dealer-full-item nav a:hover img {
	filter: brightness(0) invert(1);
}

.dealer-full-item {
	padding: 60px 0;
	border-bottom: 1px solid rgba(27, 27, 27, 0.1);
}

.dealer-full-item:last-child {
	border-bottom: none;
}

.toptop {
	position: absolute;
	bottom: 5px;
	right: 0;
}

.toptop p {
	margin: 0;
	line-height: 0;
	font-size: 0;
}

.dealers-logo-grid {
	display: grid;
	grid-template-columns: repeat(2, calc(50% - 4px));
	grid-gap: 8px;
}

.dealers-logo-grid a {
	background: #AFB5BB;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 178px;
	border-radius: 4px;
	transition: all .3s ease;
}

.dealers-logo-grid a:hover {
	background: #346A92;
}

@media screen and (min-width:576px) {
	.dealers-logo-grid {
		grid-template-columns: repeat(3, calc(33.33% - 5px));
	}
	.image-map-full-time figure,
	.image-map-full-time iframe {
		height: 259px;
	}
	.header-dealer-full-time a {
		font-weight: 500;
		font-size: 14px;
		line-height: 14px;
		display: flex;
		align-items: center;
		letter-spacing: -0.02em;
		color: #FAFAFA;
		background: #346a92;
		padding-left: 16px;
		border-radius: 4px;
	}
	.header-dealer-full-time a p {
		margin: 0;
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width:768px) {
	.dealers-logo-grid {
		grid-template-columns: repeat(4, calc(25% - 6px));
	}
	.image-map-full-time {
		margin: 0;
		grid-template-columns: 100%;
		min-width: 50%;
		grid-auto-rows: minmax(min-content, max-content);
	}
	.dealer-full-container {
		display: flex;
		flex-direction: row-reverse;
		margin-bottom: 32px;
	}
	.image-map-full-time figure, .image-map-full-time iframe {
		height: 160px;
	}
	.info-dealer-full-item {
		padding-right: 24px;
	}
	.dealer-full-item, .outumuro-dealers-full > .container > h3 {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.outumuro-dealers-full > .container > h3 {
		font-size: 34px;
		line-height: 38px;
	}
}

@media screen and (min-width:992px) {
	.dealer-full-item, .outumuro-dealers-full > .container > h3 {
		max-width: 760px;
	}
	.header-dealer-full-time {
		justify-content: initial;
	}
	.header-dealer-full-time a {
		position: relative;
		top: 1px;
		margin-left: 16px;
		font-weight: 600;
		font-size: 16px;
		line-height: 21px;
		display: flex;
		align-items: center;
		letter-spacing: -0.02em;
		color: #346A92;
		padding: 0 20px 0 0;
		background: url(icons/external-link.svg) no-repeat right center;
	}
	.header-dealer-full-time a p {
		margin: 0;
	}
	.header-dealer-full-time a img {
		display: none;
	}

	.header-dealer-full-time a span {
		position: relative;
		z-index: 1;
		transition: all .3s ease;
		cursor: pointer;
	}
	.header-dealer-full-time a span p {
		color: #346A92;
		transition: all .3s ease; 
		margin: 0;
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	.header-dealer-full-time a span:after  {
		content: '';
		position: absolute;
		pointer-events: none;
		bottom: 0;
		left: -3px;
		top: 100%;
		width: 87px;
		background-color: #346a92;
		transition: top .3s ease;
	}
	.header-dealer-full-time a span:hover:after {
		top: -2px;
		background-image: url(icons/external-link-hover.svg);
		background-repeat: no-repeat;
		background-position: calc(100% - 3px) center;
	}
	.header-dealer-full-time a span:hover p {
		color: #ffffff;
	}


	.dealers-logo-grid {
		grid-template-columns: repeat(7, calc((100%/7) - 7px));
	}
	.dealers-logo-grid a {
		padding: 16px;
		height: 123px;
	}
	.dealer-full-item {
		padding: 100px 0;
	}
	.toptop:hover img {
		filter: invert(1) sepia(1) saturate(15) hue-rotate(178deg);
	}
}

@media screen and (min-width:1200px) {
	.dealers-logo-grid a {
		height: 153px;
	}
	.dealer-full-item, .outumuro-dealers-full > .container > h3 {
		max-width: 930px;
	}
	.image-map-full-time {
		grid-template-columns: repeat(2, calc(50% - 3px));
		min-width: 548px;
	}
	.image-map-full-time figure, .image-map-full-time iframe {
		height: 271px;
	}
}

@media screen and (min-width:1400px) {
	.dealers-logo-grid a {
		height: 161px;
	}
	.image-map-full-time {
		min-width: 578px;
	}
	.image-map-full-time figure, .image-map-full-time iframe {
		height: 286px;
	}
	.dealer-full-item {
		max-width: 980px;
	}
	.outumuro-dealers-full > .container.container-xxl {
		max-width: 980px;
	}
	.outumuro-dealers-full > .container > h3 {
		max-width: 779px;
		margin-left: 0;
		margin-right: 0;
		letter-spacing: -0.02em;
	}
}