/* アフターブーケ LP（花言葉下層ページと共通トーン） */

.ab-intro__body {
	max-width: 760px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 2;
	color: #333;
}

.ab-intro__body p {
	margin: 0 0 1.2em;
}

.ab-intro__emph {
	font-weight: 700;
	margin: 1.4em 0 1em;
}

.ab-intro__steps {
	margin: 0 0 1.4em;
	padding: 0 0 0 1.6em;
	list-style: decimal outside;
}

.ab-intro__steps li {
	display: list-item;
	list-style-type: decimal;
	margin: 0 0 1em;
	line-height: 1.9;
}

.ab-intro__steps li:last-child {
	margin-bottom: 0;
}

.ab-intro__step-label {
	font-weight: 700;
}

.ab-intro__closing {
	margin: 1.4em 0 0;
	font-weight: 500;
	text-align: center;
}

.ab-samples {
	padding: 48px 3% 56px;
}

.ab-samples h2 {
	font-size: 30px;
	color: #231815;
	margin: 0 0 30px;
	text-align: center;
}

.ab-samples__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.ab-card {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
	text-decoration: none;
	color: #231815;
}

.ab-card:hover {
	border-color: #b60005;
	opacity: 0.85;
}

.ab-card__img {
	aspect-ratio: 4/3;
	background: #f5f5f5;
	display: block;
	width: 100%;
	object-fit: cover;
}

.ab-card__body {
	padding: 12px;
}

.ab-card__name {
	font-size: 15px;
	line-height: 1.5;
	margin: 0 0 6px;
}

.ab-card__meta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	color: #444;
	font-size: 13px;
}

.ab-card__price {
	font-weight: 800;
	color: #b60005;
}

.ab-card__size {
	color: #666;
}

.ab-samples__note {
	margin: 12px 0 0;
	color: #666;
	font-size: 13px;
	text-align: center;
}

.ab-howto {
	padding: 48px 3%;
}

.ab-howto h2 {
	font-size: 30px;
	color: #231815;
	margin: 0 0 30px;
	text-align: center;
}

.ab-howto__lead {
	text-align: center;
	color: #444;
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.8;
}

.ab-howto__figure {
	margin: 0;
	padding: 0;
}

.ab-howto__img {
	display: block;
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	height: auto;
	border: 1px solid #e8e8e8;
	border-radius: 2px;
}

.ab-stores {
	padding: 48px 3%;
	background: #eae4d1;
}

.ab-stores h2 {
	font-size: 30px;
	color: #231815;
	margin: 0 0 30px;
	text-align: center;
}

.ab-stores__lead {
	max-width: 720px;
	margin: 0 auto 28px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}

.ab-stores__list {
	display: grid;
	gap: 16px;
}

.ab-store-card {
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 20px;
	background: #fff;
}

.ab-store-card__name {
	font-size: 18px;
	margin: 0 0 12px;
	color: #231815;
}

.ab-store-card__dl {
	margin: 0;
	display: grid;
	gap: 8px;
	font-size: 14px;
	line-height: 1.7;
}

.ab-store-card__row {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 8px;
}

.ab-store-card__row dt {
	margin: 0;
	font-weight: 700;
	color: #555;
}

.ab-store-card__row dd {
	margin: 0;
	color: #333;
}

/* ??? */
.ab-detail__hero {
	padding: 40px 0 0;
}

.ab-detail__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px;
	align-items: start;
}

.ab-detail__gallery {
	margin: 0;
	width: 100%;
}

.ab-detail__gallery #main-img {
	margin: 0 0 24px;
	position: relative;
	padding-top: 86%;
	overflow: hidden;
}

.ab-detail__gallery #main-img img {
	box-shadow: 0 0 10px #e0e0e0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	object-fit: cover;
	border-radius: 2px;
}

.ab-detail__gallery #sub-img {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 2.5%;
}

.ab-detail__gallery #sub-img li {
	width: auto;
	margin: 0 0 20px;
	box-shadow: 0 0 10px #e0e0e0;
	cursor: pointer;
	list-style: none;
	min-width: 0;
}

.ab-detail__gallery #sub-img li img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.ab-detail__gallery #sub-img li.current {
	box-shadow: 0 0 10px #ff4f54;
}

.ab-detail__gallery--thumbs-2 #sub-img {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ab-detail__gallery--thumbs-3 #sub-img {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ab-detail__gallery--thumbs-4 #sub-img {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ab-detail__gallery--thumbs-5 #sub-img {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ab-detail__gallery--thumbs-6 #sub-img {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.ab-detail__gallery--thumbs-7 #sub-img {
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.ab-detail__gallery--thumbs-8 #sub-img {
	grid-template-columns: repeat(8, minmax(0, 1fr));
}

.ab-detail__gallery--single #sub-img {
	display: none;
}

.ab-detail__label {
	font-size: 13px;
	color: #666;
	margin: 0 0 8px;
}

.ab-detail__title {
	font-size: 22px;
	line-height: 1.5;
	margin: 0 0 20px;
	color: #231815;
}

.ab-detail__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ab-detail__table th,
.ab-detail__table td {
	border: 1px solid #e5e5e5;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}

.ab-detail__table th {
	width: 28%;
	background: #fafafa;
	font-weight: 600;
	white-space: nowrap;
}

.ab-detail__price {
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	color: #b60005;
}

.ab-detail__expl {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.9;
	color: #333;
}

.ab-detail__rose-note {
	margin: 0;
	font-size: medium;
}

.ab-detail__order {
	margin: 28px 0 0;
}

.ab-detail__order .btn {
	margin: 0;
}

.ab-notes {
	padding: 40px 3% 56px;
	border-top: 1px solid #e5e5e5;
	background: #fff;
}

.ab-notes__inner {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 24px;
	align-items: start;
}

.ab-notes__title {
	font-size: 18px;
	margin: 0;
	padding: 16px;
	background: #eae4d1;
	text-align: center;
	color: #231815;
}

.ab-notes__body {
	font-size: 13px;
	line-height: 1.9;
	color: #444;
}

.ab-notes__item {
	margin: 0 0 8px;
}

@media only screen and (max-width: 768px) {
	.ab-samples__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.ab-detail__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ab-detail__title {
		font-size: 20px;
	}

	.ab-detail__price {
		font-size: 24px;
	}

	.ab-notes__inner {
		grid-template-columns: 1fr;
	}

	.ab-store-card__row {
		grid-template-columns: 1fr;
		gap: 2px;
	}

}

@media only screen and (max-width: 480px) {
	.ab-samples__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}
