
@charset "UTF-8";
/* PC */
/* ====================【クリスマスケーキ・デリ　商品一覧ボックス】==================== */
.christmas-box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}
/* ====================【クリスマスケーキ・デリ　ヒーローエリア】==================== */
.christmas-hero {
	background: #ffffff;
	color: #fff;
}
.christmas-hero-slider {
	width: 100%;
	height: 728px;
	transition: opacity 5s;
	opacity: 0;
	overflow: hidden;
}
.christmas-hero-slider.slick-initialized {
	margin: 0;
	opacity: 1;
}
.christmas-hero-slider::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
	content: "";
	z-index: 1000;
}
.christmas-hero-slider .slick-slide {
	height: 728px;
	overflow: hidden;
}
.christmas-hero-slider .slick-slide img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: calc(100% + 60px);
	min-height: 728px;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center;
	transition: 10s .5s linear;
}
/* ====================【メイン｜クリスマス　ナビ1】==================== */
.christmas-nav-primary {
	max-width: 880px;
	margin: 0 auto;
	padding: 100px 0px 0px 0px;
	box-sizing: border-box;
}
.christmas-nav-primary__wrap {
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.christmas-nav-primary__box:not(:last-child) {
	margin-bottom: 100px;
}
.christmas-nav-primary-heading-cakes {
	position: relative;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 10px;
	text-align: center;
	color: #8c784c;
	border-bottom: 2px solid #8c784c;
}
.christmas-nav-primary-heading-deli {
	position: relative;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 10px;
	text-align: center;
	color: #80423d; 
	border-bottom: 2px solid #80423d;
}
.christmas-nav-primary-item-category {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.christmas-nav-primary-item-category__list {
	width: 30%;
}
.christmas-nav-primary-item-category__list:not(:nth-child(3n)) {
	margin-right: 5%;
}
.christmas-nav-primary-item-category__list:nth-child(n+4) {
	margin-top: 30px;
}
.christmas-nav-primary-item-category__item-cakes {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 80px;
	padding: 0 20px 2px 20px;
	transition-duration: .2s;
	background: #8c784c;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	box-sizing: border-box;
}
.christmas-nav-primary-item-category__item-cakes::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	transition-duration: .2s;
	background: url("/scsq/images/common/ico_arrow_w.svg") no-repeat left top/18px 18px;
	content: "";
}
.christmas-nav-primary-item-category__item-cakes:hover {
	box-shadow: 0 0 10px rgba(70, 70, 70, 0.3);
	background: #9e8e69;
}
.christmas-nav-primary-item-category__item-cakes:hover::after {
	right: 5px;
	transition-duration: .2s;
}
.christmas-nav-primary-item-category__item-deli {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 80px;
	padding: 0 20px 2px 20px;
	transition-duration: .2s;
	background: #80423d;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	box-sizing: border-box;
}
.christmas-nav-primary-item-category__item-deli::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	transition-duration: .2s;
	background: url("/scsq/images/common/ico_arrow_w.svg") no-repeat left top/18px 18px;
	content: "";
}
.christmas-nav-primary-item-category__item-deli:hover {
	box-shadow: 0 0 10px rgba(70, 70, 70, 0.3);
	background: #976460;
}
.christmas-nav-primary-item-category__item-deli:hover::after {
	right: 5px;
	transition-duration: .2s;
}

.christmas-nav-info {
	position: relative;
	margin: 25px auto 0px;
	padding: 0px;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	color: #cb4335;
}

.christmas-nav-primary-net {
	max-width: 880px;
	margin: 0 auto;
	padding: 100px 0px 0px 0px;
	box-sizing: border-box;
}
.christmas-nav-primary-net__wrap {
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.christmas-nav-primary-net__box:not(:last-child) {
	margin-bottom: 100px;
}

.christmas-nav-primary-net-heading {
	position: relative;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 10px;
	text-align: center;
	color: #03243d; 
	border-bottom: 2px solid #03243d;
}
.christmas-nav-primary-net-link {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.christmas-nav-primary-net-link__list {
	width: 100%;
}
.christmas-nav-primary-net-link__btn-net {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 80px;
	margin: 0 auto;
	transition-duration: .2s;
	background: #03243d;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
.christmas-nav-primary-net-link__btn-net::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	transition-duration: .2s;
	background: url("/scsq/images/common/ico_arrow_w.svg") no-repeat left top/18px 18px;
	content: "";
}
.christmas-nav-primary-net-link__btn-net:hover {
	box-shadow: 0 0 10px rgba(70, 70, 70, 0.3);
	background: #304c60;
}
.christmas-nav-primary-net-link__btn-net:hover::after {
	right: 5px;
	transition-duration: .2s;
}

/* ====================【メイン｜クリスマス　ナビ2　上段】==================== */
.christmas-nav-secondary-upper {
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.christmas-nav-secondary__wrap-upper {
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.christmas-nav-secondary__box-upper:not(:last-child) {
	margin-bottom: 100px;
}
.christmas-nav-secondary-item-category {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
   justify-content:center;
}
.christmas-nav-secondary-item-category__list {
	width: 30%;
}
.christmas-nav-secondary-item-category__list:not(:nth-child(3n)) {
	margin-right: 5%;
}
.christmas-nav-secondary-item-category__list:nth-child(n+4) {
	margin-top: 30px;
}
.christmas-nav-secondary-item-category__item-cakes {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 0 40px 0px 15px;
	transition-duration: .2s;
	background: #fff;
	color: #8c784c;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 3px #8c784c;
}
.christmas-nav-secondary-item-category__item-cakes-current {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 0 40px 0px 15px;
	transition-duration: .2s;
	background: #8c784c;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
}
.christmas-nav-secondary-item-category__item-cakes::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	transition-duration: .2s;
	background: url("/scsq/images/common/ico_arrow_cakes.svg") no-repeat left top/18px 18px;
	content: "";
}
.christmas-nav-secondary-item-category__item-cakes:hover {
	box-shadow: 0 0 10px rgba(70, 70, 70, 0.3);
	background: #8c784c;
	color: #fff;
}
.christmas-nav-secondary-item-category__item-cakes:hover::after {
	right: 5px;
	transition-duration: .2s;
	background: url("/scsq/images/common/ico_arrow_w.svg") no-repeat left top/18px 18px;
}
.christmas-nav-secondary-item-category__item-deli {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 0 40px 0px 15px;
	transition-duration: .2s;
	background: #fff;
	color: #80423d;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
	border: solid 3px #80423d;
}
.christmas-nav-secondary-item-category__item-deli-current {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding: 0 40px 0px 15px;
	transition-duration: .2s;
	background: #80423d;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-decoration: none;
	box-sizing: border-box;
}
.christmas-nav-secondary-item-category__item-deli::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	transition-duration: .2s;
	background: url("/scsq/images/common/ico_arrow_deli.svg") no-repeat left top/18px 18px;
	content: "";
}
.christmas-nav-secondary-item-category__item-deli:hover {
	box-shadow: 0 0 10px rgba(70, 70, 70, 0.3);
	background: #80423d;
	color: #fff;
}
.christmas-nav-secondary-item-category__item-deli:hover::after {
	right: 5px;
	transition-duration: .2s;
	background: url("/scsq/images/common/ico_arrow_w.svg") no-repeat left top/18px 18px;
}
.christmas-nav-secondary-heading-cakes {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 18px;
	font-family: "Roboto", sans-serif;
	font-size: 44px;
	font-weight: 300;
	line-height: 41px;
	text-align: center;
	color: #8c784c;
	border-bottom: 2px solid #8c784c;
}
.christmas-nav-secondary-heading-deli {
	position: relative;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-bottom: 18px;
	font-family: "Roboto", sans-serif;
	font-size: 44px;
	font-weight: 300;
	line-height: 41px;
	text-align: center;
	color: #80423d;
	border-bottom: 2px solid #80423d;
}
/* ====================【メイン｜クリスマス　ナビ2　下段】==================== */
.christmas-nav-secondary-lower {
	max-width: 880px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}
.christmas-nav-secondary__wrap-lower {
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.christmas-nav-secondary__box-lower:not(:last-child) {
	margin-bottom: 100px;
}
/* ====================【クリスマスケーキ・デリ　商品一覧】==================== */
.christmas-product-item-info {
	margin: 0;
	padding: 0;
	list-style: none;
}
.christmas-product-item-info__text-top {
	margin: 0px 0px 10px 0px;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.christmas-product-item-info__text-middle {
	margin: 0px 0px 10px 0px;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}
.christmas-product-item-info__text-middle02 {
	margin: 0px 0px 5px 0px;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}
.christmas-product-item-info__text-shopinfo {
	margin: 0px 0px 5px 0px;
	color: #333;
	font-size: 15px;
	line-height: 1.6;
}
.christmas-product-item-info__text-shopinfo-caption {
	margin: 0px 0px 5px 0px;
	color: #333;
	font-size: 13px;
	line-height: 1.6;
}
.christmas-product-item-info__text-bottom {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}
.christmas-product-item-info__text-bottom-last {
	color: #333;
	font-size: 14px;
	line-height: 14px;
}
.christmas-product-item-info-cakes__tag {
	display: inline-block;
	min-width: 90px;
	margin: 0;
	padding: 7px 12px 8px 12px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #8c784c;
}
.christmas-product-item-info-deli__tag {
	display: inline-block;
	min-width: 90px;
	margin: 0;
	padding: 7px 12px 8px 12px;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #80423d;
}
.christmas-product-item-list__box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 0px;
	color: #333;
	text-decoration: none;
	opacity: 0;
	box-sizing: border-box;
	animation: fadeIn 2s forwards;
}
.christmas-product-item-list__box:not(:first-child) {
	margin-top: 30px;
}
.christmas-product-item-list__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	min-width: 380px;
	height: 380px;
	margin-right: 50px;
	background: #f5f5f5;
	overflow: hidden;
}
.christmas-product-item-list__image img {
	max-width: 100%;
	max-height: 100%;
	transition-duration: .2s;
}
.christmas-product-item-list__image50 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	min-width: 300px;
	margin: 0 50px 0 0;
	font-size: 12px;
}
.christmas-product-item-list__image50 img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 10px 0 0;
}
.christmas-product-item-list__body {
	flex-grow: 1;
	transition-duration: .2s;
}
.christmas-product-item-list__title {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
}
.christmas-product-item-list__description {
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.5;
}
.christmas-product-item-list__description02 {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 1.5;
}
.christmas-product-item-list__description03 {
	margin: 10px 0 20px 0;
	font-size: 16px;
	line-height: 1.5;
}
.christmas-product-item-list__more {
	margin: 20px 0px 0px 0px;
	display: inline-block;
	position: relative;
	padding: 18px 50px;
	background: #03243d;
	color: #fff;
}
.christmas-product-item-list__more:hover {
	opacity: .7;
}
.christmas-product-item-list__more::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0.8vw;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background: url("/scsq/images/common/ico_arrow_w.svg") no-repeat left top/16px 16px;
	content: "";
}
.christmas-product-item-list02__box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding: 0px;
	color: #333;
	text-decoration: none;
	opacity: 0;
	box-sizing: border-box;
	animation: fadeIn 2s forwards;
}
.christmas-product-item-list02__box:not(:first-child) {
	margin-top: 30px;
}
.christmas-product-item-list02__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 380px;
	min-width: 380px;
	height: 380px;
	margin-right: 50px;
	background: #f5f5f5;
	overflow: hidden;
}
.christmas-product-item-list02__image img {
	max-width: 100%;
	max-height: 100%;
	transition-duration: .2s;
}
.christmas-product-item-list02__image50 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	min-width: 300px;
	margin: 0 50px 0 0;
	font-size: 12px;
}
.christmas-product-item-list02__image50 img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 10px 0 0;
}
.christmas-product-item-list02__body {
	flex-grow: 1;
	transition-duration: .2s;
}
.christmas-product-item-list02__title {
	margin: 20px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
}
.christmas-product-item-list02__description {
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.5;
}
.christmas-product-item-list02__description02 {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 1.5;
}
.christmas-product-item-list02__description03 {
	margin: 10px 0 20px 0;
	font-size: 16px;
	line-height: 1.5;
}
.christmas-product-item-list02__more {
	margin: 20px 0px 0px 0px;
	display: inline-block;
	position: relative;
	padding: 18px 50px;
	background: #03243d;
	color: #fff;
}
.christmas-product-item-list02__more:hover {
	opacity: .7;
}
.christmas-product-item-list02__more::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0.8vw;
	width: 16px;
	height: 16px;
	transform: translateY(-50%);
	background: url("/scsq/images/common/ico_arrow_w.svg") no-repeat left top/16px 16px;
	content: "";
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/* ====================【クリスマスケーキ・デリ　ショップ情報】==================== */
.christmas-shop-info__box-bg {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	margin: 0px 0px 50px 0px;
	padding: 3px 25px 20px 25px;
	color: #fff;
	background: rgba(102,100,100,0.8);
	text-decoration: none;
	box-sizing: border-box;
}
.christmas-shop-info__box-container {
	flex-grow: 1;
}
.christmas-shop-info__title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.34;
	color: #fff;
}
.christmas-shop-info__body-text {
	margin: 0px;
	font-size: 15px;
	line-height: 1.6;
}
/* ====================【クリスマスケーキ・デリ　シェフの紹介コメント】==================== */
.christmas-chefs-comment__container-upper {
	/*width: 100%;*/
   width:980px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 50px;
	padding: 0px;
	background: rgba(105,90,57,0.7);
}
.christmas-chefs-comment__container-lower {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;
	background: #666464;
}
.christmas-chefs-comment__box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0px;
	padding: 14px 25px 18px 30px;
	text-decoration: none;
	box-sizing: border-box;
}
.christmas-chefs-comment__box-container {
	flex-grow: 1;
}
.christmas-chefs-comment__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	min-width: 400px;
	/*height: 120px;*/
	margin-top: 7px;
	margin-right: 30px;
	overflow: hidden;
}
.christmas-chefs-comment__image img {
	max-width: 100%;
	max-height: 100%;
}
.christmas-chefs-comment__title {
	margin: 0;
   margin-bottom:8px;
	padding: 0 25px 0 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.34;
}
.christmas-chefs-comment__body-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #fff;
}
/* ====================【メイン｜クリスマスケーキ・デリ＆オードブル ご予約について】==================== */
.christmas-preorder {
	max-width: 880px;
	margin: 0 auto;
	padding: 100px 0px 0px 0px;
	box-sizing: border-box;
}
.christmas-preorder__wrap {
	max-width: 880px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.christmas-preorder__box {
	margin-bottom: 100px;
}
.christmas-preorder-heading {
	position: relative;
	margin: 0 auto 30px;
	padding-bottom: 30px;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 10px;
	text-align: center;
	color: #666464;
	border-bottom: 2px solid #666464;
}
.christmas-preorder-subtitles {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.christmas-preorder-subtitle__list35 {
	width: 35%;
}
.christmas-preorder-subtitle__text35 {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 40px;
	padding: 0px;
	transition-duration: .2s;
	background: #666464;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}
.christmas-preorder-subtitle__list60 {
	width: 60%;
}
.christmas-preorder-subtitle__text60 {
	display: flex;
	position: relative;
	flex-direction: row;
	width: 100%;
	height: 40px;
	padding: 9px 0 0 15px;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	box-sizing: border-box;
}
.christmas-preorder-small {
	font-size: 11px;
	margin: 2px 0px 0px 9px;
}
.christmas-preorder-notice-top {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.6;
}
.christmas-preorder-notice {
	font-size: 12px;
	line-height: 1.6;
}
.christmas-preorder-footnotes {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.christmas-preorder-footnotes__list50 {
	width: 50%;
}
.christmas-preorder-footnotes__image50 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	min-width: 300px;
	margin: 0 50px 0 0;
	font-size: 12px;
}
.christmas-preorder-footnotes__image50 img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 10px 0 0;
}
/* ====================【クリスマスケーキ・デリ　ケイ線】==================== */
.christmas-1px-rule {
	border: none;
	border-top: 1px solid #9e844a; /* christmas gold */
	margin: 50px 0 50px 0;
}
.christmas-2px-rule {
	border: none;
	border-top: 2px solid #9e844a; /* christmas gold */
	margin: 50px 0 50px 0;
}
.christmas-2px-rule2 {
	border: none;
	border-top: 2px solid #666464;
	margin: 10px 0 30px 0;
}
.christmas-2px-rule-dotted {
	border: none;
	border-top: 2px dotted #666464;
	margin: 5px 0 5px 0;
}
.christmascake-1px-rule {
	border: none;
	border-top: 1px solid #8c784c;
	margin: 50px 0 50px 0;
}
.christmascake-2px-rule {
	border: none;
	border-top: 2px solid #8c784c;
	margin: 50px 0 50px 0;
}
.christmasdeli-1px-rule {
	border: none;
	border-top: 1px solid #80423d;
	margin: 50px 0 50px 0;
}
.christmasdeli-2px-rule {
	border: none;
	border-top: 2px solid #80423d;
	margin: 50px 0 50px 0;
}
/* ====================【クリスマスケーキ・デリ　背景画像】==================== */
.christmas-bg {
	background-image: url("/scsq/foodshow_edge/christmas2021/images/christmas-bg.gif");
	display: block;
}
/* ====================【クリスマスケーキ・デリ　色】==================== */
.christmas-red {
	color: #cb4335; /* christmas red */
}
.christmas-green {
	color: #406c39; /* christmas green */
}
.christmas-gold {
	color: #9e844a; /* christmas gold */
}
.christmas-cakesgold {
	color: #8c784c;
}
.christmas-delibrown {
	color: #80423d;
}
/* ====================【クリスマスケーキ・デリ　テキスト】==================== */
.small-text {
	font-size: 12px;
	white-space: nowrap;
	display: inline;
}
.christmas-cakes-deli-text01 {
	font-size: 11px;
}
/* ====================【クリスマスケーキ・デリ　最大幅】==================== */
.christmas-cakes-deli-max-width {
	max-width: 880px;
}
/* ====================【クリスマスケーキ・デリ　SP時のみ表示】==================== */
.for-sp-only {
	display: none !important;
}

/*--------
2023追加分
----------*/
.heading_feature01 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}
.heading_feature01:after {
    display: block;
    width: 160px;
    height: 4px;
    margin: 15px auto 0;
    border-radius: 2px;
    background: #695a39;
    content: " ";
}

.picktxt{
   font-size:16px;
   padding:15px 10px;
   color:#695a39;
   line-height:1.8;
   font-weight:500;
}

.box_feature{
   width:980px;
   text-align:center;
  }
.wrap_column{
   margin:0 auto;
   text-align:left;
}
.mode_sp{display:none;}



