@charset "utf-8";

.notes {
	line-height: 1.8em;
}

.notes span {
	font-weight: bold;
	display: inline;
}

.notes img {
	width: 100%;
	display: block;
	text-align: center;
	margin: 10px auto 0;
}

/**/
dl,
dl.sub,
dl.Major,
.map dl {
	display: flex;
}

dl {
	line-height: 1.5;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px 0;
}

dt dd {
	display: block;
}

dt {
	width: 10%;
}

.sub dd {
	width: 20%;
}

.sub dt {
	width: 80%;
	background: #ffffff;
}

dl p {
	margin-bottom: 2em;
}

dl span {
	font-weight: bold;
	display: block;
	margin-bottom: .5em;
}

dd a {
	color: #044ca9;
}

ul.area {
	display: flex;
}

.area li {
	display: block;
}

.area li:nth-child(1) {
	width: 30%;
}

.area li:nth-child(2) {
	width: 70%;
}


/**/
section.map article:first-child {
	margin-top: 4em;
}

section.map img {
	margin: 2em auto;
}

.map dt {
	font-weight: bold;
	background: #ffffff;
}

span.pink {
	color: #fff;
	background-color: #ef1668;
	padding: .8em .7em;
	/*margin-right: .5em*/
	;
	border-radius: .2em;
	text-align: center;
}

span.pink a {
	color: #ffffff !important;
}

span.pink a:hover {
	color: #f577a7 !important;
}

span.pink-child {
	color: #fff;
	background-color: #ef1668;
	padding: .5em 1em;
	margin-right: .5em;
	border-radius: .5em;
	max-width: 200px;
	box-sizing: border-box;
	margin: 2em auto;
}

span.pink-child a {
	color: #ffffff !important;
}

span.pink-child a:hover {
	color: #f577a7 !important;
}

span.gray {
	color: #fff;
	background-color: #4DD2FF;
	padding: .8em 1em;
	margin-right: .5em;
	border-radius: .2em;
	text-align: center;
}

span.gray a {
	color: #ffffff !important;
}

span.gray a:hover {
	color: #444444 !important;
}

span.gray-child {
	color: #fff;
	background-color: #4DD2FF;
	padding: .5em 1em;
	margin-right: .5em;
	border-radius: .5em;
	max-width: 200px;
	box-sizing: border-box;
	margin: 2em auto;
}

span.gray-child a {
	color: #ffffff !important;
}

span.gray-child a:hover {
	color: #00238c !important;
}

ul.guide {
	display: flex;
	justify-content: space-between;
}

.guide li {
	display: block;
	font-size: 1.2em;
	position: relative;
}

.guide li img {
	margin: 0;
	position: absolute;
	right: 1em;
	bottom: .1em;
}

.guide li img:hover {
	opacity: .7;
}

.map dl {
	border-bottom: 1px solid #d4d4d4;
}

/*各ショールーム*/
.showroomIMG {
	display: flex;
	flex-wrap: wrap;
}

.showroomIMG p {
	display: block;
	width: 50%;
	text-align: center;
	margin-bottom: 2em;
	font-size: .9em;
}

.map {
	margin: 0 auto;
	text-align: center;
}

.map img {
	display: block;
}

.map p {
	display: inline-block;
	text-align: left;
}

.showroom_btn {
	display: block;
	padding: 1.2em;
	text-align: center;
	background-color: #43B962;
	width: 100%;
	border-radius: 3px;
	color: #fff;
	font-size: 1.6em;
	position: relative;
}

.showroom_btn a {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

/* side */
.reservation {
	background: #fbe1e1;
}

/* Googlemap レスポンシブ */
.googlemap {
	height: 0;
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.showroom_map {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.showroom_map_p {
	display: flex;
	flex-direction: column;
}

.item {
	width: 360px;
}

.showroom_map_p .item {
	width: 100%;
}

.sr_photo {
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}


.bnr {
	max-width: 715px !important;
	margin: 0 auto !important;
}

.bnr > .pc {
	display: block;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 1.5em;
}

.bnr > .sp {
	display: none;
}

.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

@media screen and (max-width:1024px) {
	.item {
		width: 100%;
	}

	.sr_photo img {
		width: 100%;
	}
}

@media screen and (max-width:767px) {

	.pagetop {
		bottom: 0;
	}

	.bnr {
		max-width: 100% !important;
		margin: 0 auto !important;
	}

	.bnr > .pc {
		display: none;
	}

	.bnr > .sp {
		display: block;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 1.5em;
	}

	.notes span {
		font-weight: bold;
		display: block;
	}

	dl,
	dl.sub,
	dl.Major,
	.map dl {
		flex-direction: column;
	}

	dt {
		width: 100%;
		background: #eeeeee;
		padding: 5px;
		margin: 0 0 10px;
	}

	dl:last-child dt {
		display: none;
	}

	dl {
		border-bottom: none;
		padding: 0 0 20px;

	}
	
	dl:nth-of-type(1) {
		padding: 20px 0;

	}

	.side li a {
		padding: .5em;
	}

	.col2Content .side {
		margin-bottom: 3em;
	}

	.area li:nth-child(2) {
		margin-left: 1em;
	}

	.sub dd {
		width: 100%;
	}

	.sub dt {
		width: 100%;
	}

	.showroomIMG {
		flex-direction: column;
	}

	.showroomIMG p {
		width: 100%;
	}

	.map img {
		width: 100%;
	}
}
