@charset "utf-8";

/* === header === */

header {
	top: 0;
	opacity: 1;
}


/* === contents === */

#contents {
	padding-bottom: 305px;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.4rem;
	text-align: left;
}
h3 span {
	font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
	#contents {
		padding-bottom: 60px;
	}
	h2 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	h3 {
		font-size: 2rem;
	}
	h3 span {
		font-size: 1.2rem;
	}
}


/* === dealers === */

#dealers {
	max-width: 960px;
	margin: 0 auto;
}
.list_dealers li {
	width: 48%;
	margin: 0 4% 60px 0;
	float: left;
	position: relative;
}
.list_dealers li:nth-child(2n) {
	margin-right: 0;
}
.list_dealers li:nth-child(2n+1) {
	clear: both;
}
.img_dealers {
	margin-bottom: 15px;
}
.img_dealers img {
	width: 100%;
}
.cat_dealers {
	padding: 5px 10px;
	font-size: 1.4rem;
	position: absolute;
	top: 0;
	left: 0;
}
.cat_dealers._sale {
	background: #ffd800;
	color: #5d488a;
}
.cat_dealers._drink {
	background: #5d488a;
	color: #fff;
}
.txt_dealers dl {
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.5;
	zoom: 1;
}
.txt_dealers dl:after {
	content:"";
	display: block;
	clear: both;
}
.txt_dealers dl dt {
	float: left;
	clear: both;
}
.txt_dealers dl dd {
	padding-left: 5em;
}
.slogan_dealers {
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
}
.address_dealers {
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(../img/dealers/icon_map.svg) no-repeat center left 2px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.5;
}
.instagram_dealers {
	padding-left: 20px;
	background: url(../img/dealers/icon_instagram.svg) no-repeat center left;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.5;
}
.address_dealers a,
.instagram_dealers a {
	color: #333;
	text-decoration: none;
}
.address_dealers a:hover,
.instagram_dealers a:hover {
	color: #5d488a;
}

@media only screen and (max-width: 767px) {
	#dealers {
		padding: 0 20px;
	}
	.list_dealers li {
		width: 100%;
		margin: 0 0 60px 0;
		float: none;
	}
	.list_dealers li:nth-child(2n) {
		margin-right: 0;
	}
}