@charset "utf-8";
/* CSS Document */

.shop_cont .shop_area {
	font-size: 1.75rem;
	line-height: 1;
	padding: .5em .5em;
	background: #325a8d;
	color: #FFF;
	margin-bottom: 12px;
}
.shop_cont > dl > dd {
	margin-bottom: 80px;
}
.shop_cont .shop_item dd:not(:last-of-type) {
	margin-bottom: 60px;
}
.shop_cont .shop_item {
	margin-left: 10px;
}
.shop_cont .shop_item > dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-moz-justify-content: space-between;
	justify-content: space-between;

	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;

	padding: 0 10px 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #CCC;
}
.shop_cont .shop_item > dt .shop_name {
	font-size: 1.5rem;
	line-height: 1;
}
.shop_cont .shop_item > dt .shop_name a {
	text-decoration: underline;
}
.shop_cont .shop_item > dt ul li {
	display: inline-block;
	background: #666;
	color: #FFF;
	border-radius: 4px;
	font-weight: normal;
	line-height: 1;
	padding: .5em .75em;
}
.shop_cont .shop_item > dt ul li.unsupported {
	background: #f79c34;
}
.shop_cont .shop_item > dt ul li.retail {
	background: #c95454;
}
.shop_cont .shop_item > dt ul li.needed {
	background: #345f96;
}
.shop_cont .shop_item > dt ul li.required {
	background: #4c9437;
}

.shop_cont .shop_item > dd:not(.no_shop_image) {
	padding: 0 10px;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.shop_cont .shop_item > dd.no_shop_image {
	padding: 0 10px;
}
.shop_cont .shop_item > dd > .zip_hours {
	width: 45%;
}
.shop_cont .shop_item > dd > .shop_attn {
	width: calc(100% - 45% - 10px);
	border: 1px dashed #ff8100;
	color: #ff8100;
	font-size: 0.875rem;
	line-height: 1.3;
	padding: 8px;
}
.shop_cont .shop_item > dd > .shop_img {
	width: 40%;
	text-align: center;
}
.shop_cont .shop_item > dd:not(.no_shop_image) > .shop_detail {
	width: calc(100% - 40% - 16px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.shop_cont .shop_item .zip_hours p {
	line-height: 1.5;
	margin-bottom: .25rem;
}
.shop_cont .shop_item .zip_hours p.access_txt {
	font-size: 0.9375rem;
	text-indent: -4.625em;
	margin-left: 4.625em;
}

.shop_cont .shop_item .zip_hours ul {
	margin: 8px 0 16px 6px;
	line-height: 1.5;
}
.shop_cont .shop_item .zip_hours li {
	margin-bottom: .25em;
	padding-left: 1em;
	position: relative;
}
.shop_cont .shop_item .zip_hours li::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	position: absolute;
	left: 0;
	top: 0.55em;
	background-color: #86abcd;
	border-radius: 50%;
}
.shop_cont .shop_item .zip_hours li span {
	display: inline-block;
}
.shop_cont .shop_item .zip_hours li span:first-child {
	color: #325a8d;
}
.shop_cont .shop_item .shop_link {
margin-top: auto;
	-ms-flex-item-align: end;
	    align-self: flex-end;
}


.shop_cont .shop_item .shop_link a {
	display: block;
	color: #fff;
	background: #203146;
	font-size: 1rem;
	line-height: 1;
	padding: 1em 1.75em;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	line-height: 1;
}
.shop_cont .shop_item .shop_link a:hover {
	background: #ef5350;
}
.shop_cont .shop_item .shop_link a span {
	position: relative;
	padding-right: 1em;
}
.shop_cont .shop_item .shop_link a span::after {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	content: "";
	width: .6em;
	height: .6em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: absolute;
	top: 50%;
	right: 4px;
	margin: auto;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.shop_cont .shop_item .shop_link a:hover span::after {
	right: -3px;
}



@media screen and (max-width:768px) {
}

@media screen and (max-width:600px) {
	.shop_cont .shop_item > dd,
	.shop_cont .shop_item > dd:not(.no_shop_image),
	.shop_cont .shop_item > dd:not(.no_shop_image) > .shop_detail {
		display: block;
	}
	.shop_cont .shop_item > dd > .zip_hours,
	.shop_cont .shop_item > dd > .shop_attn,
	.shop_cont .shop_item > dd > .shop_img,
	.shop_cont .shop_item > dd > .shop_detail,
	.shop_cont .shop_item > dd:not(.no_shop_image) > .shop_detail {
		width: 100%;
		margin-bottom: 8px;
	}
	.shop_cont .shop_item .zip_hours p,
	.shop_cont .shop_item .shop_detail li {
		font-size: 0.9375rem;
		line-height: 1.3;
	}
}

@media screen and (max-width:500px) {
	.shop_cont .shop_area {
		font-size: 6vw;
	}
	.shop_cont .shop_item {
		margin-left: 0;
	}
	.shop_cont .shop_item > dt {
		letter-spacing: 0;
		padding: 0 4px 10px;
	}
	.shop_cont .shop_item > dt .shop_name {
		font-size: 5.75vw;
	}
	.shop_cont .shop_item > dt ul {
		font-size: 3.5vw;
	}
	.shop_cont .shop_item > dt ul li {
		padding: 0.5em 0.5em;
	}
	.shop_cont .shop_item > dd {
		padding-right: 0;
	}
	.shop_cont .shop_item .shop_link a {
		padding: 0.75em 2em;
	}
}