@charset "utf-8";

/* ==========================================================================
   /shop/ — 店舗一覧
   ========================================================================== */

.r-renewal--shop-list .r-shoplist {
	margin: 0;
	padding: 0 0 50px;
	background-color: #efe7da;
}

.r-renewal--shop-list .r-shoplist-store {
	background-color: #fff;
	border-radius: 0 .4em 0 .4em;
	overflow: hidden;
}

@media screen and (min-width:799px) {
	.r-renewal--shop-list .r-shoplist-store {
		border-radius: 0 1em 0 1em;
	}
}


.r-renewal--shop-list .r-shoplist-store + .r-shoplist-store {
	margin-top: 32px;
}
@media screen and (min-width:799px) {
	.r-renewal--shop-list .r-shoplist-store + .r-shoplist-store {
		margin-top: 2.8em;
	}
}
.r-renewal--shop-list .r-shoplist-store__title {
	margin: 0;
}

.r-renewal--shop-list .r-shoplist-store__title picture,
.r-renewal--shop-list .r-shoplist-store__title img {
	display: block;
	width: 100%;
	height: auto;
}

.r-renewal--shop-list .r-shoplist-store__body {
	display: grid;
	grid-template-columns: 45% 1fr;
	gap: 1.6em;
	padding: 2em 1.5em .2em;
}

.r-renewal--shop-list .r-shoplist-store__col--media {
	display: flex;
	flex-direction: column;
}

.r-renewal--shop-list .r-shoplist-store__photo {
	margin: 0;
}

.r-renewal--shop-list .r-shoplist-store__photo picture,
.r-renewal--shop-list .r-shoplist-store__photo img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.r-renewal--shop-list .r-shoplist-store__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	margin-top: 2em;
	min-height: auto;
	padding: .62em 1em;
	font-family: var(--r-font-base);
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none;
	color: #673a1b;
	background-color: #fff;
	border: 1px solid #6b3a05;
	border-radius: .8em;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.r-renewal--shop-list .r-shoplist-store__btn::after {
	content: "→";
	margin-left: 8px;
}

.r-renewal--shop-list .r-shoplist-store__btn:hover,
.r-renewal--shop-list .r-shoplist-store__btn:focus-visible {
	color: #fff;
	background-color: #6b3a05;
}

.r-renewal--shop-list .r-shoplist-store__lead {
	margin: 0;
	font-family: var(--r-font-base);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0;
	color: #673a1b;
}

.r-renewal--shop-list .r-shoplist-store__heading {
	margin: .5em 0 .2em;
	padding: .2em 1em;
	font-family: var(--r-font-base);
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.06em;
	text-align: center;
	color: #673a1b;
	background-color: #e3d2b6;
	border-radius: 500px;
}

.r-renewal--shop-list .r-shoplist-store__text {
	margin: 0;
	font-family: var(--r-font-base);
	font-size: 1.05em;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0;
	color: #673a1b;
	margin: 0 .7em 1.2em;
}

@media screen and (min-width: 799px) {
	/* renewal-lower.css の共通 line-height:1.5em（属性セレクタ）より優先 */
	body.r-renewal-lower .r-renewal.r-renewal--shop-list .r-shoplist-store__lead,
	body.r-renewal-lower .r-renewal.r-renewal--shop-list .r-shoplist-store__heading,
	body.r-renewal-lower .r-renewal.r-renewal--shop-list .r-shoplist-store__text {
		line-height: 1.3em;
	}
}

@media screen and (min-width: 1024px) {
	.r-renewal--shop-list .r-shoplist__list {
		width: 800px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 798px) {
	.r-renewal--shop-list .r-shoplist {
		padding: 0 0 32px;
	}

	.r-renewal--shop-list .r-shoplist-store__body {
		display: flex;
		flex-direction: column;
		gap: 0;
		padding: .7em 1.3em 24px;
	}

	.r-renewal--shop-list .r-shoplist-store__col--media {
		display: contents;
	}

	.r-renewal--shop-list .r-shoplist-store__btn {
        order: 1;
        margin-top: 0;
        min-height: auto;
        padding: .3em 1em;
        font-size: 1em;
        border-radius: .7em;
	}

	.r-renewal--shop-list .r-shoplist-store__lead {
		margin-top: 1.3em;
		font-size: 1.1rem;
		line-height: 1.25;
	}

	.r-renewal--shop-list .r-shoplist-br-pc {
		display: none;
	}

	.r-renewal--shop-list .r-shoplist-store__heading {
		padding: .1em 1em;
		font-size: .9em;
		border-radius: 500px;
	}

	.r-renewal--shop-list .r-shoplist-store__text {
		font-size: 1em;
		line-height: 1.35;
        margin: 0 .4em 1em;
	}
}

/* =========================================================
   スクロールインアニメーション（全媒体共通）
   各店舗カードが上から順番に is-inview で発火（①からリセット）
   見出し帯 slideRevealLeft → 写真 FadeLeft → 情報 FadeRight
   ========================================================= */
.r-renewal--shop-list .r-shoplist-store[data-r-animate] .r-shoplist-store__title {
	opacity: 0;
	clip-path: inset(0 100% 0 0);
}

.r-renewal--shop-list .r-shoplist-store[data-r-animate] .r-shoplist-store__col--media {
	opacity: 0;
	transform: translateX(-30px);
}

.r-renewal--shop-list .r-shoplist-store[data-r-animate] .r-shoplist-store__col--info {
	opacity: 0;
	transform: translateX(30px);
}

body.is-loaded .r-renewal--shop-list .r-shoplist-store[data-r-animate].is-inview .r-shoplist-store__title {
	animation: r-anim-slide-reveal-left 0.8s ease 0s forwards;
}

body.is-loaded .r-renewal--shop-list .r-shoplist-store[data-r-animate].is-inview .r-shoplist-store__col--media {
	animation: r-anim-fade-left 0.8s ease 0.2s forwards;
}

body.is-loaded .r-renewal--shop-list .r-shoplist-store[data-r-animate].is-inview .r-shoplist-store__col--info {
	animation: r-anim-fade-right 0.8s ease 0.4s forwards;
}

@media (prefers-reduced-motion: reduce) {
	.r-renewal--shop-list [data-r-animate] .r-shoplist-store__title,
	.r-renewal--shop-list [data-r-animate] .r-shoplist-store__col--media,
	.r-renewal--shop-list [data-r-animate] .r-shoplist-store__col--info {
		opacity: 1;
		transform: none;
		clip-path: none;
		animation: none;
	}
}
