@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f5f5f5;
}

/* ---- PC ---- */
#shop_list {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 40px;
	color: #000;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

#shop_list a {
	color: #3c98e6;
  text-decoration: underline;
}

#shop_list a:hover {
  text-decoration: none;
}

#shop_list .font-pathway {
	font-family: 'Pathway Gothic One', sans-serif;
}

#shop_list .hover {
	text-decoration: none;
	transition: opacity 0.2s;
	backface-visibility: hidden;
}

#shop_list .hover:hover {
	opacity: 0.7;
}


@media screen and (min-width: 481px) {
	#bread-crumb-list {
		width: 1000px;
		margin: 0 auto;
		/* padding-top: 35px; */
	}

	#bread-crumb-list #brdcrmb {
		color:#353535;
	}

  #shop_list a[href^="tel:"]{
		display: inline-block;
    pointer-events: none;
		color: #000;
		text-decoration: none;
  }

}


/* ---- SP ---- */
@media screen and (max-width: 480px) {

	#shop_list {
		width: auto;
		margin: 0;
		padding: 0 4% 40px;
		color: #000;
	}

}
