/* Base Styles ---------------------------- */
body {
	background-color: #f5f5f5;
}
section * {
	font-family: 'Noto Sans JP', sans-serif;
}
img {
	width: 100%;
	height: auto;
}




/* ポケットカーズ○○店のWEBチラシ ---------------------------- */
section.ttl_balloon {
	width: 100%;
	background-color: #FB8C38;
	padding: 30px 0;
	margin-bottom: 50px;
}
section.ttl_balloon h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}



/* チラシコンテンツエリア ---------------------------- */
section.flyer-content {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
}
/* チラシ画像 */
section.flyer-content ul.flierimg {
	width: 980px;
	margin: 0 auto;
}
section.flyer-content ul.flierimg li {
	width: 100%;
	border-radius: 4px;
	background: #fff;
}
section.flyer-content ul.flierimg li img {
	width: 100%;
	display: block;
}



/* 店舗情報エリア ---------------------------- */
section.shop {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 0 220px;
}
section.shop h3 {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 10px 0;
	padding-left: 15px;
	background-color: #FB8C38;
	margin-bottom: 30px;
}
section.shop ul {
	width: 796px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section.shop ul li:first-of-type {
	width: 333px;
}
/* Pinch Icon Overlay */
section.flyer-content > div {
	position: relative;
}
.pinch_icon {
	display: none;
}
/* 営業時間 */
section.shop ul li p {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	line-height: 1.4;
	margin-bottom: 25px;
}
section.shop .info .map {
	display: none;
}
section.shop ul li dl {
	display: flex;
	margin-bottom: 10px;
}
section.shop ul li dl dt {
	width: 23px;
	margin-right: 8px;
}
section.shop ul li dl dt img {
	width: 100%;
	height: auto;
}
section.shop ul li dl dd {
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	line-height: 23px;
}
section.shop ul li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #4FC4CA;
	text-align: center;
	padding: 8px 0;
	background-color: #FFFFFF;
	border: 2px solid #4FC4CA;
	border-radius: 5px;
	filter: drop-shadow(0px 2px 3px rgb(0 0 0 / .2));
}
section.shop ul li .info {
	margin-bottom: 60px;
}
section.shop ul li a:hover {
	color: #FFFFFF;
	background-color: #4FC4CA;
	filter: drop-shadow(0px 0px 0px rgb(0 0 0 / .2));
}

/* Googleマップ */
section.shop ul li:last-of-type {
	width: 400px;
}
section.shop ul li:last-of-type > iframe {
	width: 100%;
	height: 230px;
} 


/* 追従CVボタン ---------------------------- */
.fixed_cv {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	padding-bottom: 50px;
}
.fixed_cv > img {
	width: 100%;
	max-width: 320px;
	height: auto;
	filter: drop-shadow(0 2px 3px rgb(0 0 0 / .2));
} 
.fixed_cv ul {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	height: 60px;
	display: flex;
	justify-content: space-around;
}
.fixed_cv ul li {
	width: 47%;
	text-align: center;
}
.fixed_cv ul li a {
	display: block;
	width: 100%;
	height: 52px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: min(4.5vw,18px);
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	border-radius: 26px;
	filter: drop-shadow(0 2px 3px rgb(0 0 0 / .2));
}
/*クルマを探す*/
.fixed_cv ul li:first-of-type a {
	background: -moz-linear-gradient(left, #F09819, #FF5858);
	background: -webkit-linear-gradient(left, #F09819, #FF5858);
	background: linear-gradient(to right, #F09819, #FF5858);
}
/*来店予約する*/
.fixed_cv ul li:last-of-type a {
	background: -moz-linear-gradient(left, #00DCE8, #0062FF);
	background: -webkit-linear-gradient(left, #00DCE8, #0062FF);
	background: linear-gradient(to right, #00DCE8, #0062FF);
}
.fixed_cv ul li a:before {
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}
/*クルマを探す*/
.fixed_cv ul li:first-of-type a:before {
	content: "\f002";
}
/*WEB来店予約*/
.fixed_cv ul li:nth-of-type(2) a:before {
	content: "\f274";
}


/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■*/
@media screen and (max-width: 979px) {
* {}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■*/




/* ポケットカーズ○○店のWEBチラシ ---------------------------- */
section.ttl_balloon {
	padding: 14px 0;
	margin-bottom: 30px;
}
section.ttl_balloon h2 {
	font-size: min(5vw,20px);
	line-height: 1.4;
}


/* チラシコンテンツエリア ---------------------------- */
section.flyer-content {
	padding-bottom: 30px;
}
/* チラシ画像 */
section.flyer-content ul.flierimg {
	width: 90%;
	max-width: 600px;
}



/* 店舗情報エリア ---------------------------- */
section.shop {
	max-width: 600px;
	padding: 0px 0 50vw;;
}
section.shop h3 {
	font-size: min(5vw,20px);
	margin-bottom: 20px;
}
/* Overlay Icon */
section.flyer-content .pinch_icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 128px;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	animation: fadeEffect 3s ease-in-out forwards;
}
section.flyer-content .pinch_icon > div {
	width: 128px;
	padding: 10px 0;
	background-color: #444444;
	opacity: 0.8;
	border-radius: 10px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
section.flyer-content .pinch_icon > div img {
	width: 64px;
	height: auto;
	margin: 0 auto;
}
section.flyer-content .pinch_icon > div p {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}
@keyframes fadeEffect {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
section.shop ul {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
}
section.shop ul li:first-of-type {
	width: 100%;
}
/* 営業時間 */
section.shop ul li p {
	margin-bottom: 20px;
}
section.shop .info .map {
	display: block;
	margin-bottom: 20px;
}
section.shop .info .map > iframe {
	width: 100%;
	height: 230px;
} 
section.shop ul li dl {

	display: flex;
	margin-bottom: 10px;
}
section.shop ul li dl dt {

	width: 23px;
	margin-right: 8px;
}
section.shop ul li dl dd {

	font-size: 15px;
	font-weight: 500;
	color: #222222;
	line-height: 23px;
}
section.shop ul li a {

	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #4FC4CA;
	text-align: center;
	padding: 8px 0;
	background-color: #FFFFFF;
	border: 2px solid #4FC4CA;
	border-radius: 5px;
	filter: drop-shadow(0px 2px 3px rgb(0 0 0 / .2));
}
section.shop ul li .info {
	margin-bottom: 20px;
}
/* Googleマップ */
section.shop ul li:last-of-type {
	display: none;
}


/* 追従CVボタン ---------------------------- */
.fixed_cv {
	background: transparent;
	padding: 0px;
	box-shadow: none;
}






/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■*/