@charset "utf-8";

/* ****************************************************************************
目次
* ************************************************************************** */
.main.special {
	background: #fffaf5;
}
.maintitle {
	margin-top: 0;
	margin-bottom: 0;
	padding: 32px 24px 24px;
	text-align: center;
}
.bg {
	background: url("images20251225/bg-food.png");
}
.special h1 {
}
.special p {
	margin: 1.5em 0;
	font-size: 1.2rem;
	line-height: 2;
}
.special p b {
	font-weight: bold;
}
.special ul.sale-list {
	list-style: none;
	font-size: 1.4rem;
}
.special ul.sale-list li {
	padding: 12px 0;
	border-bottom: 1px dashed #666;
	line-height: 1.5;
}
.special ul.sale-list li strong {
	color: #f00;
}
.special ul.sale-list li .shop {
	font-style: italic;
	font-size: 1.2rem;
}
.label {
	display: inline;
	margin-right: 4px;
	padding: 4px 8px;
	background: #e8383d;
	color: white;
	font-size: 1.2rem;
}
.special .price {
}
.special .price2 {
	margin-top: 0;
}
.special .price p {
	font-size: 1.0rem;
}
.center {
	margin: auto;
	text-align: center;
}
.ttl {
	margin-bottom: 40px;
}
.banner {
	margin: 40px auto;
	border-radius: 24px;
	text-align: center;
}
.chirashi {
	margin: 40px auto;
	padding-bottom: 80px;
	text-align: center;
}
.theme {
	display: inline-block;
	margin-bottom: 24px;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: underline;
}
figcaption {
	padding: 24px 32px;
}

/* ****************************************************************************
Zakka
* ************************************************************************** */
.block-zakka,
.block-gourmet {
	padding: 32px 0;
}
.block-zakka h2,
.block-gourmet h2 {
	margin-top: 32px;
	margin-bottom: 32px;
}
.block-zakka .theme,
.block-gourmet .theme {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1.4rem;
	text-decoration: underline;
}
.block-zakka figure,
.block-gourmet figure {
	height: 100%;
	background: rgba(0, 0, 0, .1);
}

/* ****************************************************************************
Brakepoint
* ************************************************************************** */

/* Text Adjust 561px以上 */
@media screen and (min-width: 561px) {
}


/* medium 641px以上 */
@media screen and (min-width: 641px) {
	.maintitle {
		padding: 40px 24px 64px;
	}
	figcaption {
		padding: 40px 64px;
	}
	.special ul.sale-list {
		font-size: 1.6rem;
	}
	.special ul.sale-list li .shop {
		font-size: 1.4rem;
	}
}


/* large 981px以上 */
@media screen and (min-width: 981px) {
}
