@charset "utf-8"; 

#contents h1{
	color: #fff;
	background: var(--color-primary);
	position: relative;
	padding: 30px 0;
	letter-spacing: 2px;
	margin-bottom: 0;
}
#contents h1::after{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent var(--color-primary) transparent;
	bottom: -10px;
	right: 0px;
	left: 0;
	margin: auto;
	transform:rotate(180deg);
}

#contents .contentsTop #storeDetail .shopData {
	position:relative;
	margin-bottom:20px;
	padding-bottom:80px;
}
#storeDetail .photoBox {
	width:100%;
}
#storeDetail .dataBox .shopName{
	padding:0 10px;
	font-size:2.4rem;
}
#storeDetail .photoBox figure {
	border-radius:10px;
	overflow:hidden;
	margin-bottom:25px;
}
#storeDetail .photoBox figure img{
	vertical-align:bottom;
	width: 100%;
}
#storeDetail .photoBox .btn{
	width:100%;
	max-width:380px;
	font-size:1.15em;
	margin:18px auto 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display: block;
	padding: 0 15px;
	font-size: 1.43em;
	line-height: 48px;
	font-weight: 700;
	color: var(--color-primary);
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	border: 2px solid var(--color-primary);
	border-radius: 10px;
	overflow: hidden;
}

#storeDetail .dataBox {
	width:100%;
}
#storeDetail .dataBox .shopName{
	font-size:3.0rem;
	font-weight:700;
	line-height:1.3;
}
#storeDetail .dataBox dl {
	margin-top:30px;
}
#storeDetail .dataBox dl dt{
	float: left;
	padding: 13px 1em;
	width: 100px;
}
#storeDetail .dataBox dl dd {
	border-top:1px solid #DEDEDE;
	padding: 13px 1em 13px 100px;
}
#storeDetail .dataBox dl dd:last-child {
	border-bottom:1px solid #DEDEDE;
}
#storeDetail .comment {
	width:100%;
	margin:35px auto 0;
	padding:20px 5%;
	font-weight:700;
	color:#3C3C3C;
	border:1px solid #DEDEDE;
	border-radius:10px;
	position:relative;
}
#storeDetail .comment::before {
	display: block;
	content: '';
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:15px solid #ffffff;
	position:absolute;
	top: -13px;
	left:0;
	right:0;
	transition:all 0.5s ease;
	z-index:2;
}
#storeDetail .comment::after {
	display: block;
	content: '';
	margin: 0 auto;
	width: 0;
	height: 0;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:15px solid #DEDEDE;
	position:absolute;
	top: -15px;
	left:0;
	right:0;
	transition:all 0.5s ease;
	z-index:1;
}

#storeDetail .contactArea{
	background: var(--color-secondary);
	padding: 15px;
	border-radius: 10px;
}
#storeDetail .contactArea .headLine-ss {
	font-size: 1.15em;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
#storeDetail .contactArea .headLine-ss span{
	font-size: 1.2em;
}
#storeDetail .contactArea .inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	background: #ffffff;
	border-radius: 10px;
}
.contactArea .inner > .headBoxTEL {
	text-align: center;
	border-bottom: 1px solid var(--color-primary);
	width: 100%;
	padding:20px 15px;
}
.contactArea .inner > .headBoxTEL .midashi,
.contactArea .inner > .bottomBox .midashi {
	margin-bottom: 15px;
	font-size: 1.15em;
	font-weight: 700;
	color: #3C3C3C;
}
.contactArea .inner > .headBoxTEL .telNumber a {
	display: inline-block;
	padding: 2px 0 2px 45px;
	font-size: 3.2rem;
	line-height: 1.3;
	font-weight: 700;
	text-decoration: none;
	color: #171717;
	background: url(/1cars/common/img/icon/icon_tel.svg) no-repeat top 50% left 0;
	background-size: 38px auto;
}
.contactArea .inner > .headBoxTEL .time {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #3C3C3C;
}
.contactArea .inner > .bottomBox {
	text-align: center;
	width: 100%;
  padding:20px 15px;
}
.contactArea .inner > .bottomBox .contactBtn {
	max-width: 370px;
}
.contactBtn {
	display: block;
	width: 100%;
	margin: 0 auto;
	font-size: 1.43em;
	line-height: 72px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: var(--color-primary);
	border-radius: 10px;
	position: relative;
	transition: all 0.5s ease;
}
.contactBtn span {
	display: inline-block;
	padding-left: 60px;
	color: #fff;
	background-image: url(/1cars/common/img/icon/mail.svg);
	background-repeat: no-repeat;
	background-position: top 50% left 0%;
	background-size: 60px auto;
}


#storeDetail .access {
	width:100%;
	margin:30px auto ;
}
#storeDetail .access .ttl-s {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}
#storeDetail .access .cateTxt {
	width: 110px;
	margin: 20px auto;
	padding: 15px 0 0;
	border-top: 1px solid #0A0E1F;
	position: relative;
}
#storeDetail .access .cateTxt span {
	display: block;
	width: 70px;
	margin: 0 auto;
	padding: 0 5px;
	font-size: 1.6rem;
	line-height: 16px;
	color: #0A0E1F;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-align: center;
	background: #ffffff;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
}


#storeDetail .access .gMap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
	
#storeDetail .access .gMap iframe,
#storeDetail .access .gMap object,
#storeDetail .access .gMap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*----------------------------------------------------------
	Display：768px →（ tablet + pc ）
----------------------------------------------------------*/

@media screen and (min-width:768px) {
	#storeDetail .inner{
		max-width: 980px;
		margin: 0 auto;
	}
	#contents .contentsTop #storeDetail .shopData{
		padding-bottom: 0px;
	}
	#contents .contentsTop #storeDetail .shopData .headWrap{
		display: flex;
		justify-content: space-around;
	}

	#storeDetail .inner .photoBox {
		width:37.5%;
	}
	#storeDetail .photoBox .btn{
		position: static;
	}
	#storeDetail .inner .dataBox {
		width:55%;
	}
	#storeDetail .dataBox dl{
		margin-top: 20px;
	}
	#storeDetail .dataBox dl dt{
		width: 120px;
		padding: 25px 1em;
	}
	#storeDetail .dataBox dl dd {
		padding-left: 120px;
		padding: 25px 1em 25px 100px;
	}
	
	#storeDetail .contactArea .headLine-ss br{
		display: none;
	}
	#storeDetail .contactArea .inner > div{
		width: 50%;
	}
	.contactArea .inner > .headBoxTEL{
		border-bottom: none;
		position: relative;
	}
	.contactArea .inner > .headBoxTEL::after{
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top:0;
		bottom: 0;
		margin: auto;
		height: 80%;
		width: 1px;
		background: var(--color-primary);
	}
	.contactArea .inner > .bottomBox .contactBtn:hover{
		opacity: 0.4;
	}

	#storeDetail .access {
		margin-top:60px;
	}
	#storeDetail #map {
		height:480px;
	}


}
