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

/*
* BASE
******************************************************/
.shop-content {
	padding: 100px 0;
}
.shop-heading {
	margin: 0 0 80px 0;
	font-size: 4.0rem;
}
.shop-nav_sp {
	display: none;
}
.shop-nav_pc {
	display: block;
}
@media screen and (max-width:768px) {
	.shop-content {
		padding: 50px 0;
	}
	.shop-heading {
		margin: 0 0 40px 0;
		font-size: 2.2rem;
	}
	.shop-nav_sp {
		display: block;
	}
	.shop-nav_pc {
		display: none;
	}
	.shop-nav_sp-all-button {
		text-align: center;
		margin-bottom: 1em;
	}
}

/*
* SHOP LIST
******************************************************/
.shop-lists {
	width: 100%;
	max-width: 1170px;
	margin: auto;
	padding-top: 50px;
}
.shop-list {
	display:flex;
	-webkit-box-pack: start;
 	justify-content: flex-start;
	background: #eaeaef;
	padding: 40px;
	margin-top: 50px;
	position: relative;
}
.shop-list_thumb {
	margin-right: 40px;
}
.shop-list_thumb img {
	max-width: 100%;
}
.shop-list_links {
	position: absolute;
	top: 40px;
	right: 40px;
}
.shop-list_links ul {
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.shop-list_links li:last-child {
	margin-left: 10px;
}
.shop-list_name {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1em;
}
.shop-list_info {
	font-size: 1.6rem;
}
.shop-list_info span {
	width: 100px;
	display: inline-block;
}
.shop-list_note {
	font-size: 1.4rem;
	margin-top: 1em;
}
.shop-list_button {
	position: absolute;
	bottom: 52px;
}
@media screen and (max-width:768px) {
	.shop-lists {
		width: auto;
		max-width: inherit;
		padding-top: 30px;
	}
	.shop-list {
		display:block;
		padding: 20px;
		margin-top: 40px;
		position: static;
	}
	.shop-list_thumb {
		margin: auto 0;
	}
	.shop-list_desc {
		position: relative;
	}
	.shop-list_links {
		top: 0;
		right: 0;
	}
	.shop-list_links li:last-child {
		margin-left: 8px;
	}
	.shop-list_name,
	.shop-list_info {
		font-size: 1.4rem;
	}
	.shop-list_name span {
		display: block;
	}
	.shop-list_info span {
		width: inherit;
		display: block;
	}
	.shop-list_info p {
		margin-bottom: 1em;
	}
	.shop-list_note {
		font-size: 1.2rem;
	}
	.shop-list_button {
		position: static;
		margin-top: 20px;
	}
}

/*
* SHOP DETAIL
******************************************************/
.google-maps {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width:768px) {
	.google-maps {
		padding-bottom: 50%;
	}
}
	