@charset "utf-8";

/* Sec-Shoplist */
.p-sec-shoplist .p-mod-toggle {
	margin-bottom: 50px;
}
.p-sec-shoplist .p-mod-toggle:last-child {
	margin-bottom: 0;
}
.p-sec-shoplist__list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p-sec-shoplist__list li {
	width: 33.333%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.p-sec-shoplist__list li:nth-last-child(-n+3) {
/*	margin-bottom: 0;*/
}

.p-sec-shoplist__list .p-btn {
	height: 100%;
	padding: 12px 10px;
}
@media screen and (min-width: 768px) {
	.p-sec-shoplist .p-mod-toggle {
		margin-bottom: 50px;
	}
	.p-sec-shoplist__list li {
		width: 24.415%;
		margin: 0 15px 30px;
		padding: 0;
	}
	/**.p-sec-shoplist__list .p-btn {
    padding: 24px 10px 0;
}**/
}
@media screen and (max-width: 767px) {
	.p-sec-shoplist__list .p-btn {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.p-slider-shoplist__ttl {
	position: absolute;
	bottom: 15px;
	left: 15px;
	background-color: rgba(255, 255, 255, .92);
	padding: 0 10px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.p-slider-shoplist__ttl {
		bottom: 60px;
		left: 60px;
		padding: 0 15px;
		font-size: 25px;
		font-size: 2.5rem;
	}
}

.p-sec-shoplist__txt dl {
	border-top: solid 1px #eee;
}
.p-sec-shoplist__txt dt, .p-sec-shoplist__txt dd {
	padding: 10px 0;
}
.p-sec-shoplist__txt dt {
	clear: both;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
}
.p-sec-shoplist__txt dd {
	border-bottom: solid 1px #eee;
	padding-right: 10px;
	padding-left: 50%;
	font-size: 13px;
	font-size: 1.3rem;
}
.p-sec-shoplist__map {
	height: 265px;
	margin-top: 40px;
}
.p-sec-shoplist__btn {
	margin-top: 40px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sec-shoplist__txt {
		float: left;
		width: 50%;
		padding-right: 40px;
	}
	.p-sec-shoplist__ttl,
	.p-sec-shoplist__txt dt {
		padding-left: 40px;
	}
	.p-sec-shoplist__txt dd {
		padding-left: 160px;
	}
	.p-sec-shoplist__img {
		float: right;
		width: 50%;
	}
	.p-sec-shoplist__map {
		height: 440px;
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-sec-shoplist__txt {
		margin-bottom: 40px;
	}
	.p-sec-shoplist__ttl {
		text-align: center;
	}
	.p-sec-shoplist__txt dt {
		width: 50%;
		padding-right: 20%;
		text-align: right;
	}
	.p-sec-shoplist__txt dd {
		padding-left: 50%;
	}
}

/* Sec-Schedule */
.p-sec-schedule dd {
	background-color: #fff;
}
.p-sec-schedule dd .p-btn {
	padding: 10px 20px;
}
@media screen and (min-width: 768px) {
	.p-sec-schedule .p-sec-heading-list {
		padding-bottom: 60px;
	}
	.p-sec-schedule .p-sec-heading-list > ul > li {
		margin-bottom: 30px;
	}
	.p-sec-schedule .p-sec-heading-list > ul > li:last-child {
		margin-bottom: 0;
	}
	.p-sec-schedule dd {
		margin-bottom: 15px;
	}
}

/* Sec-Brand */
.p-sec-brand__list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* justify-content: center; */
}
.p-sec-brand__list li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
}
.p-sec-brand__btn {
	margin-top: 30px;
	text-align: center;
}
.p-sec-brand__btn .p-btn {
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.p-sec-brand__list {
		padding: 0 48px;
	}
	.p-sec-brand__list li {
		width: 20%;
	}
	.p-sec-brand__btn {
		margin-top: 40px;
	}
}

/* Sec-Area */
.p-sec-area__list li {
	letter-spacing: normal;
}
.p-sec-area__btn {
	margin-top: 50px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sec-area__btn {
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	.p-sec-area__list .p-btn.has-ico {
		background: none;
		padding-right: 10px;
	}
}


.shop_gmap{
	width: 100%;
	height: 440px;
	margin-top: 60px;
	display: block;
}
@media screen and (max-width:768px) {
	.shop_gmap{
		height: 265px;
		margin-top: 40px;
	}
}