@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-guide .ttl_area {
	width: 100%;
}
#osechi-guide .ttl_area div[class*="_main"] {
	position: relative;
	margin: 0 auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#osechi-guide .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-guide .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-guide/icon_heading01.png) 7px 8px no-repeat;
}

#osechi-guide .text-center {
	text-align: center;
}
#osechi-guide .text-bold {
	font-weight: bold;
}
#osechi-guide .color-red {
	color: #E50012;
}
#osechi-guide .u_line {
	text-decoration: underline;
}
/*アンカーリンク*/
[id*="guide-step"] {
	padding-top: 130px;
	margin-top: -130px;
}

#osechi-guide .ttl_area {
	background: #e9e6d3;
}
#osechi-guide .guide_main {
	max-width: 1200px;
	margin: 0 auto;
	height: 150px;
	background-image: url(https://sunchokutable.itembox.design/item/images/f/osechi-guide/main_visual.jpg);
}
#osechi-guide .ttl_ougi {
	margin: 0;
}
#osechi-guide .guide_wrap {
	line-height: 1.6;
}
#osechi-guide .guide_wrap a {
	color: #0071BC;
}
#osechi-guide .unit__img {
	text-align: center;
}
#osechi-guide .acc-unit {
	margin-bottom: 50px;
}
/*table*/
#osechi-guide .table-e table {
	width: 100%;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	margin: 0 0 20px;
}
#osechi-guide .table-e th,
#osechi-guide .table-e td {
	padding: 10px 20px;
}
#osechi-guide .table-e td {
	border-bottom: solid 1px #CCC;
	background: #fff;
}
#osechi-guide .table-e th {
	background-color: #FBEFF1;
	font-weight: bold;
	vertical-align: middle;
	min-width: 160px;
	text-align: center;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
#osechi-guide .table-e tr:not(:last-of-type) {
}
#osechi-guide .table-e td:not(:last-of-type) {
	border-right: solid 1px #CCC;
}


#osechi-guide .catchcopy {
	text-align: center;
	margin: 20px 0;
}

#osechi-guide .guide-box {
	margin-bottom: 20px;
	background: #f5f5f5;
	padding: 24px;
	border-radius: 8px;
}
#osechi-guide .guide-box > *:last-child {
	margin-bottom: 0;
}
#osechi-guide .gray_inner li {
	margin-left: 20px !important;
}
#osechi-guide .acc-item__title {
	display: block;
	pointer-events: auto !important;
	padding: 15px 20px;
	background: #fcf9ef;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	color: #966900;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	margin: 0;
}
#osechi-guide .acc-item__title::after {
	display: block;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #966900;
	border-right: 3px solid #966900;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(135deg);
	transition: all 0.2s ease-in-out;
}
#osechi-guide .acc-item__title.active:after {
	transform: translateY(-50%) rotate(-45deg);
}
#osechi-guide .acc-item__content {
	display: none;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}
#osechi-guide .acc-item__content-inner {
	padding: 20px;
	background: #fff;
}
#osechi-guide .acc-item__content-inner > *:last-child {
	margin-bottom: 0;
}
#osechi-guide .acc-item__content-inner p {
	margin-bottom: 20px;
}
#osechi-guide .acc-item__content-inner ul {
	margin: 0 20px 20px;
	list-style: disc;
}
#osechi-guide .acc-item__content-inner ul li:not(:last-of-type) {
	margin: 0 0 10px;
}
#osechi-guide .acc-item__content-inner ul.list-none {
	margin: 0 0 20px;
	list-style-type: none;
}
#osechi-guide .acc-item__content-inner ul.list-none li {
	padding-left: 1em;
	text-indent: -1em;
}
#osechi-guide .acc-item__content-inner ul.list-none li:not(:last-of-type) {
	margin: 0 0 10px;
}
#osechi-guide .acc-item__content-inner .address-box__list {
	margin: 0;
}
#osechi-guide .acc-sub-item {
	border-bottom: solid 1px #ccc;
}
#osechi-guide .acc-sub-item__title {
	padding: 15px 20px;
	font-size: 17px;
	display: block;
	pointer-events: auto !important;
	position: relative;
	margin: 0;
	background: #fff;
	font-weight: 400;
}
#osechi-guide .acc-sub-item__title:after {
	display: block;
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(135deg);
	transition: all 0.2s ease-in-out;
}
#osechi-guide .acc-sub-item__title.active:after {
	transform: translateY(-50%) rotate(-45deg);
}
#osechi-guide .acc-sub-item__title.is-active:after {
	transform: rotate(180deg) translate(50%, 50%);
}
#osechi-guide .acc-sub-item__content {
	display: none;
	padding: 20px 40px;
	background: #fff;
}
#osechi-guide .acc-sub-item__content > *:last-child {
	margin-bottom: 0;
}
#osechi-guide .acc-sub-item__content p {
	margin-bottom: 20px;
}
#osechi-guide .acc-sub-item__content ul {
	margin: 0 0 20px;
	list-style: disc;
}
#osechi-guide .acc-sub-item__content ul.list-none {
	margin: 0 0 20px;
	list-style-type: none;
}
#osechi-guide .acc-sub-item__content ul.list-none li {
	padding-left: 1em;
	text-indent: -1em;
}
#osechi-guide .acc-sub-item__content .mb5 {
	margin-bottom: 5px;
}

/*メール・電話*/
#osechi-guide .address-box__list {
	list-style: none !important;
	display: flex;
	font-weight: bold;
}
#osechi-guide .address-box__list li:first-of-type {
	margin: 0 20px 0 0 !important;
}
#osechi-guide .address-box__list li a {
	font-size: 20px;
	position: relative;
	padding-left: 30px;
}
#osechi-guide .address-box__list li a::before {
	content: "";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
#osechi-guide .address-box__list li:first-of-type a::before {
	background-image: url(https://sunchokutable.itembox.design/item/images/f/osechi-guide/icon_mail.svg);
	width: 26px;
	height: 26px;
}
#osechi-guide .address-box__list li:last-of-type a {
	color: #000;
}
#osechi-guide .address-box__list li:last-of-type a::before {
	background-image: url(https://sunchokutable.itembox.design/item/images/f/osechi-guide/icon_tel.svg);
	width: 24px;
	height: 24px;
}

#osechi-guide .brownBox > p {
	margin: 0 0 20px;
}
#osechi-guide .credit_link a {
	margin-bottom: 10px;
	display: block;
}
/*キャンセル制度*/
#osechi-guide .cancel {
	font-weight: bold;
	background: #ea0000;
	color: #fff;
	text-align: center;
	width: 70%;
	padding: 20px 20px 10px;
	border-radius: 10px;
	font-size: 30px;
	margin: 0 auto;
}
#osechi-guide .cancel span {
	display: block;
	font-size: 0.8em;
}
#osechi-guide .cancel strong {
	font-size: 1.7em;
}
