@charset "utf-8";
/*------------------------------------------------------------------
おせちの解凍方法
------------------------------------------------------------------*/
.fs-body-custom .fs-l-main {
	margin: 0 auto !important;
}
.fs-body-custom .fs-c-heading--page, .fs-body-custom #sub1 {
	display: none;
}
.fs-body-custom .fs-l-pageMain {
	width: 1000px !important;
	margin: 0 auto;
}
/* コンテンツ
-------------------------------------------------------------------------*/
#osechi-kaitou {
	background: #fff;
	padding: 0 0 30px;
}

/*タイトルまわり共通設定*/
#osechi-kaitou .ttl_area {
	width: 100%;
}
#osechi-kaitou .ttl_area div[class*="_main"] {
	position: relative;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#osechi-kaitou .ttl_area h2 {
	text-align: center;
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 0 3px black;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1.4;
}
/*各ページ黒背景・扇アイコンのタイトル*/
#osechi-kaitou .ttl_ougi {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #FEDA34;
	border-radius: 6px 6px 0 0;
	padding: 10px 10px 10px 64px;
	color: #fff;
	margin-bottom: 20px;
	background: #000 url(https://sunchokutable.itembox.design/item/images/f/osechi-kaitou/icon_heading01.png) 7px 8px no-repeat;
}


#osechi-kaitou .color-red {
	color: #E50012;
}
#osechi-kaitou p {
	line-height: 1.5;
}
#osechi-kaitou .caption {
	margin-top: 15px;
}
#osechi-kaitou .ttl_area {
	background: #e9e6d3;
}
#osechi-kaitou .kaitou_main {
	max-width: 1200px;
	margin: 0 auto;
	height: 150px;
	background-image: url(https://sunchokutable.itembox.design/item/images/f/osechi-kaitou/main_visual.jpg);
}
#osechi-kaitou .lead_txt {
	text-align: center;
	margin: 30px auto;
}
#osechi-kaitou .recommendation figure img {
	margin: 20px auto 0;
}
#osechi-kaitou .kaitou-heading {
	font-size: 18px;
	color: #fff;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
#osechi-kaitou .kaitou-heading .text-ellipse--red {
	color: #c00;
	background: #fff;
	border-radius: 14px;
	font-size: 14px;
	padding: 5px 10px;
	background-color: #fff;
	display: inline-block;
}
#osechi-kaitou .kaitou-heading.bg1 {
	background: #c00;
	display: flex;
	align-items: center;
}
#osechi-kaitou .kaitou-heading.bg2 {
	background: #fb7777;
	margin-top: 40px;
}
#osechi-kaitou .col {
	margin-bottom: 20px;
	background: #fde9e9;
	border-radius: 16px;
}
#osechi-kaitou .col__inner {
	display: flex;
	flex-flow: row wrap;
}
#osechi-kaitou .col-item {
	padding: 20px;
	width: calc(50% - 15px);
}
#osechi-kaitou .col-item:first-child {
	margin-right: 30px;
}
#osechi-kaitou .col-item > *:last-child {
	margin-bottom: 0;
}
#osechi-kaitou .col-item__01 .unzip-heading {
	margin-bottom: 20px;
	color: #c00;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 4px;
	border-bottom: 1px solid #f59793;
}
#osechi-kaitou .col-item__02 .unzip-heading {
	margin-bottom: 20px;
	color: #146aac;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
}
#osechi-kaitou .heading-c {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 8px 20px;
	border-bottom: 1px solid #FEDA34;
	margin-bottom: 10px;
	background: url(https://sunchokutable.itembox.design/item/images/f/osechi-kaitou/icon_heading02.png) 0px 1px no-repeat;
}
#osechi-kaitou .guide-box {
	margin: 20px auto 50px;
	background: #f5f5f5;
	padding: 24px;
	border-radius: 8px;
}
#osechi-kaitou .unzip-thumb {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.5;
}
#osechi-kaitou .unzip-thumb img {
	margin-bottom: 20px;
}
#osechi-kaitou .unzip-thumb figcaption {
	font-weight: bold;
	line-height: 1.5;
}
#osechi-kaitou .unzip-thumb + .caption {
	text-align: center;
}
#osechi-kaitou ul.list-none {
	margin: 0 0 20px;
	list-style-type: none;
}
#osechi-kaitou ul.list-none li {
	padding-left: 1em;
	text-indent: -1em;
}
#osechi-kaitou .kaitou_box02 h2 + p {
	font-weight: bold;
	margin: 0 0 20px;
}
#osechi-kaitou table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#osechi-kaitou table th {
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background-color: #FBEFF1;
}
#osechi-kaitou table td {
	background: #fff;
}
#osechi-kaitou table th,
#osechi-kaitou table td {
	padding: 10px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
