/*--------------------------------------------------------------------------
   override
---------------------------------------------------------------------------*/
.c-list-header {
	display: flex;
	align-items: center;
}

.c-list-header__hdg {
	flex: 0 0 auto;
}

.c-list-header .notes {
	margin: 0 15px 0 20px;
	font-size: 12px;
	line-height: 1.4;
	color: #b10f15;
}

.c-list-header .notes li {
	padding-left: 1em;
	text-indent: -1em;
}

/*--------------------------------------------------------------------------
   note
---------------------------------------------------------------------------*/
.note {
	display: inline-block;
	padding: 20px 15px;
	border-top: 1px solid #e3e3e3;
	font-size: 9px;
}

.note__item span {
	margin-right: 5px;
}

/*--------------------------------------------------------------------------
   menu
---------------------------------------------------------------------------*/
.menu {
	padding: 0 15px;
}

.menu__note {
	padding: 15px 0 10px;
	text-align: left;
	color: #b10f15;
	font-size: 12px;
	line-height: 1.7;
}

.menu .card {
	padding: 0 5px 25px;
	text-align: center;
	font-size: 10px;
}

.menu .card .l-inline-grid__item + .l-inline-grid__item {
	margin-left: 5px;
}

.menu .card__note {
	margin-top: 6px;
	color: #b10f15;
	font-size: 8px;
}

/*--------------------------------------------------------------------------
  	店舗選択ページ
---------------------------------------------------------------------------*/
.sec-shop-select {
	margin: 50px auto;
	overflow: hidden;
    box-shadow: 0 0 10px rgba(145, 93, 40, .22);
    border-radius: 7px;
    background-color: #fff;
	width: 95%;
    padding: 30px 10px;
}

.shop-select__ttl {
	text-align: center;
	font-size: 21px;
	margin-bottom: 5px;
	color: #131313;
	font-weight: 600;
}

.shop-select__txt {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #131313;
}

.shop-select__list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.shop-select__item select {
	width: 346px;
	color: #131313;
	border: 2px solid #757575;
	border-radius: 6px;
	text-align: center;
	padding: 22px 10px;
	font-size: 18px;
	background-color: #fff;
	cursor: pointer;
}

.shop-select__select__wrap {
	position: relative;
	transition: all 0.3s ease-in;
}

.shop-select__select__wrap::before {
	content: '';
	display: block;
	width: 14px;
	height: 10px;
	background: url(./assets/img/menu/select_arrow.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 35px;
}

.shop-select__item .menu-link {
	width: 346px;
	display: inline-block;
	border-radius: 6px;
	text-align: center;
	padding: 22px 10px;
	font-size: 18px;
	background-color: #a9151a;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease-in;
}

.shop-select__item .menu-link.is-disabled {
	opacity: 0.6;
	pointer-events: none;
}

.shop-select__item .menu-link:hover,
.shop-select__item .shop-select__select__wrap:hover {
	transition: all 0.3s ease-in;
	opacity: 0.7;
}

/* @SP */
@media all and (max-width: 767px) {
	.shop-select__ttl {
		text-align: center;
		font-size: 16px;
		margin-bottom: 3px;
	}
	
	.shop-select__txt {
		text-align: center;
		font-size: 12px;
	}
	.shop-select__list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.shop-select__item {
		margin-bottom: 20px;
	}
	.shop-select__item select {
		width: 330px;
		font-size: 13px;
		padding: 15px;
		border-width: 1px;
		border-radius: 3px;
		font-weight: 600;
	}
	.shop-select__select__wrap::before {
		top: 20px;
		right: 10px;
		width: 11px;
		height: 8px;
		background-image: url(../../img/menu/select_arrow_sp.png);
		background-size: contain;
	}
	.shop-select__item .menu-link {
		width: 330px;
		font-size: 13px;
		padding: 15px;
		border-radius: 3px;
		font-weight: 600;
	}
	.shop-select__item .menu-link:hover,
	.shop-select__item .shop-select__select__wrap:hover {
		opacity:1;
	}
}

.note-box {
	padding: 20px;
	margin-top: 30px;
	background: #e5e5e5;
}
.note-box .text {
	margin-bottom: 10px;
	font-size: 14px;
}
.note-box .category {
	margin-top: 10px;
}
.note-box .category__title::before {
	content: "・";
}
  
.sec-result {
	display: none;
	font-weight: 500;
}
.sec-result.is-active {
	display: block;
}
.sec-result__heading {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
}
.sec-result .information {
	color: #a9151a;
	font-size: 14px;
}
.sec-result .category {
	padding-bottom: 10px;
	margin-top: 20px;
	border-bottom: solid 1px #ccc;
}
.sec-result .category__heading {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 14px;
}
.sec-result .category__heading::before {
	content: "▼";
}
.sec-result .product-list {
	display: block;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
}
.sec-result .product-list__item {
	margin-right: 15px;
	font-size: 14px;
}
.sec-result .product-list__item::before {
	content: "・";
}
  
  .missing-item-store__list .category .product-list__item {
	margin-bottom: 8px;
  }

  .l-content__wide {
	padding: 24px 10px 100px;
  }

  .category-list {
	font-size: 14px;
  }
  .category-list dd {
	margin: 0;
  }
