@charset "UTF-8";
/* -----------------------------------------------------
guide
-------------------------------------------------------- */
/* title */
section.guide {
	width: 100%;
	height: auto;
	padding: 0 0 50px 0;
	overflow: hidden;
	float: none;
	clear: both;
}
section.guide h2 {
	width: 100%;
	height: auto;
	padding: 50px 20px 45px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 44px;
	letter-spacing: 0.01em;
	line-height: 56px;
	color: #2e2926;
	text-align: left;
	font-weight: bold;
}
section.guide h2 i {
	font-size: 54px;
	line-height: 56px;
	color: #d8c9b7;
	padding: 0 10px 0 0;
	float: left;
	transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
}
section.guide h2 span {
	font-family: raleway, sans-serif;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight: 600;
	color: #898077;
	display: block;
	float: right;
}
/* page links */
ul.page_link {
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: #e8e8e8 solid 1px;
	border-left: #e8e8e8 solid 1px;
}
section.guide ul.page_link li {
	width: 25%;
	height: auto;
	padding: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-right: #e8e8e8 solid 1px;
	border-bottom: #e8e8e8 solid 1px;
}
section.guide ul.page_link li a {
	width: 100%;
	height: 80px;
	display: block;
	font-size: 13px;
	line-height: 80px;
	text-align: center;
	background: #f3f1ed;
	color: #333;
}
section.guide ul.page_link li a:hover {
	color: #fff;
	background: #898077;
}
/* sub title */
section.guide h3 {
	width: 100%;
	height: 100px;
	margin: 60px 0 50px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 36px;
	letter-spacing: 0.01em;
	line-height: 100px;
	color: #2e2926;
	text-align: left;
	border-top: #4b4642 solid 2px;
	border-bottom: #4b4642 solid 2px;
}
section.guide h3 i {
	font-size: 50px;
	line-height: 100px;
	color: #d8c9b7;
	padding: 0 10px 0 5px;
	float: left;
}
section.guide h3#coupon i {
	transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
}
section.guide h4 {
	width: 100%;
	height: 100px;
	margin: 40px 0 30px 0;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 100px;
	border-top: #e8e8e8 dashed 1px;
	border-bottom: #e8e8e8 dashed 1px;
	float: none;
	clear: both;
}
section.guide h5 {
	font-size: 13px;
	font-weight: 600;
	padding: 30px 0 10px 0;
}
section.guide h4 + h5 {
	padding: 10px 0;
}
section.guide ul li ul li ul li h5 {
	padding: 0 0 5px 0;
}
/* guide */
section.guide span {
	font-weight: 600;
}
section.guide p {
	line-height: 1.8em;
	padding: 0 0 10px 0;
}
section.guide em {
	color: #c00;
	font-style: normal;
}
section.guide small {
	font-size: 13px;
	line-height: 1.6em;
	display: block;
}
section.guide small:before {
	content: "※";
	display: inline-block;
	padding: 0 5px 0 0;
}
section.guide .red {
	font-color: #c00;
}
section.guide img {
	display: block;
	padding: 0 0 30px 0;
}
section.guide img.daibiki {
	padding: 20px;
	border: #e8e8e8 solid 2px;
}
section.guide img.shitei {
	width: 100px;
	height: auto;
}
section.guide ol {
	counter-reset: number;
	list-style: none;
	margin: 10px 0 20px 0;
	padding: 0;
}
section.guide ol li {
	width: 100%;
	height: auto;
	line-height: 1.8em;
	padding: 0 0 7px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
section.guide ol li:before {
	counter-increment: number;
	content: counter(number);
	width: 23px;
	height: 23px;
	font-size: 14px;
	font-weight: 500;
	line-height: 23px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border-radius: 21px;
	float: left;
	background: #666;
	position: absolute;
	left: 0;
	top: 0;
}
section.guide ol li span:first-child {
	display: block;
}
section.guide a {
	color: #3a3837;
	font-weight: normal;
	font-size: 13px;
}
section.guide a:hover {
	opacity: 0.6;
}
section.guide a.atobarai span {
	font-weight: normal;
}
section.guide a.atobarai img {
	padding: 0 0 10px 0;
}
section.guide ul.dots {
	width: 100%;
	height: auto;
	margin: 10px 0;
}
section.guide ul.dots li {
	padding: 0 0 10px 15px;
	line-height: 1.3em;
}
section.guide ul.dots li:before {
	content: "・";
	color: #ccc;
	margin: 0 2px 0 -16px;
	float: left;
}
section.guide ul.dots li.red:before {
	color: #c00;
}
section.guide ul.circle {
	width: 100%;
	height: auto;
	margin: 10px 0 20px 0;
}
section.guide ul.circle li {
	padding: 0 0 10px 15px;
	line-height: 1.3em;
}
section.guide ul.circle li:before {
	content: "●";
	color: #ccc;
	margin: 0 2px 0 -16px;
}
section.guide dl.function {
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #e8e8e8 solid 2px;
}
section.guide dl.function dt {
	font-size: 30px;
	font-weight: 600;
	padding: 0 0 5px 12px;
	line-height: 20px;
}
section.guide dl.function dt:before {
	content: "！";
	width: 23px;
	height: 23px;
	margin: -2px 7px 0 -12px;
	line-height: 23px;
	text-align: center;
	display: block;
	background: #333;
	color: #fff;
	float: left;
}
section.guide dl.function dd {
	line-height: 1.8em;
	padding: 0 0 5px 17px;
}
section.guide dl.function dd:before {
	content: "※";
	margin: 0 5px 0 -16px;
}
section.guide dl.function.red {
	border-color: #c00;
}
section.guide dl.function.red dt {
	color: #c00;
	padding: 0 0 10px 25px;
}
section.guide dl.function.red dd {
	padding: 0 0 10px 0;
}
section.guide dl.function.red dt:before {
	background: #c00;
}
section.guide dl.function.red dd:before {
	display: none;
}
section.guide dl.function.red dd span {
	font-size: 13px;
	display: block;
	padding: 10px 0;
	color: #c00;
}
section.guide dl.address {
	width: 100%;
	height: auto;
	margin: 20px 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #e8e8e8 solid 2px;
}
section.guide dl.address dt {
	font-weight: 600;
	padding: 0 0 10px 0;
}
section.guide dl.address dt:before {
	content: "■";
	padding: 0 5px 0 0;
}
section.guide dl.address dd {
	line-height: 1.8em;
}
section.guide table {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
	border-left: #e8e8e8 solid 1px;
	border-top: #e8e8e8 solid 1px;
}
section.guide p + table {
	margin: 15px 0 15px 0;
}
section.guide table td, section.guide table th {
	border-right: #e8e8e8 solid 1px;
	border-bottom: #e8e8e8 solid 1px;
	padding: 5px 10px;
	line-height: 1.6em;
	text-align: left;
	vertical-align: middle;
}
section.guide table th {
	width: 30%;
	text-align: center;
	background: #f8f8f8;
	font-weight: 600;
}
section.guide table tr td.bgy {
	background: #FFFEE4;
}
/* -----------------------------------------------------
hack for win8.1+  ie
-------------------------------------------------------- */
.win8_1.ie section.guide ul.page_link li a, .win10.ie11 section.guide ul.page_link li a {
	line-height: 49px;
}
.win8_1.ie section.guide h3, .win10.ie11 section.guide h3 {
	line-height: 66px;
}
.win8_1.ie section.guide h4, .win10.ie11 section.guide h4 {
	line-height: 56px;
}
.win8_1.ie section.guide table th, .win10.ie11 section.guide table th {
	padding: 14px 20px 10px 20px;
}
.win8_1.ie section.guide dl.function dt:before, .win10.ie11 section.guide dl.function dt:before, .win8_1.ie section.guide ol li:before, .win10.ie11 section.guide ol li:before {
	line-height: 24px;
}
@media screen and (max-width: 767px) {
	/* -----------------------------------------------------
	!! メインコンテンツ枠を中央寄せにするためのCSSなので
	   テンプレート組み込みの際には、削除してください !!
	-------------------------------------------------------- */
	section.main {
		width: 100%;
		margin: 0;
		float: none;
		clear: both;
	}
	/* page links */
	section.guide ul.page_link li {
		width: 50%;
	}
	section.guide ul.page_link li a {
		height: 25px;
		font-size: 13px;
		letter-spacing: 0;
		line-height: 25px;
	}
	/* -----------------------------------------------------
	campaign
	-------------------------------------------------------- */
	/* title */
	section.guide {
		width: 90%;
		margin: 0 5%;
	}
	section.guide h2 {
		padding: 10px 0;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
	}
	section.guide h2 i {
		font-size: 14px;
		line-height: 25px;
	}
	/* page links */
	ul.page_link {
		margin: 0 0 50px 0;
	}
	ul.page_link li a {
		height: 60px;
		font-size: 44px;
		letter-spacing: 0;
		line-height: 60px;
	}
	ul.page_link li a:active {
		color: #fff;
		background: #898077;
	}
	/* sub title */
	section.guide h3 {
		height: 40px;
		margin: 40px 0 12px 0;
		font-size: 16px;
		line-height: 40px;
		font-weight: bold;
	}
	section.guide h3 i {
		font-size: 28px;
		line-height: 39px;
		padding: 0 5px;
	}
	section.guide h4 {
		font-size: 14px;
	}
	section.guide h4 {
		font-size: 16px;
		height: 35px;
		margin: 25px 0 16px 0;
		display: block;
		line-height: 35px;
	}
	section.guide h5 {
		padding: 15px 0 10px 0;
	}
	/* guide */
	section.guide img {
		width: 100%;
		max-width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 30px 0;
	}
	section.guide dl.function, section.guide dl.address {
		padding: 5%;
	}
	section.guide dl.function dt, section.guide dl.function.red dd span {
		font-size: 15px;
	}
	section.guide table th {
		width: 40%;
		padding: 0;
		font-size: 11px;
	}
	section.guide table td {
		padding: 5px;
		font-size: 11px;
	}
	section.guide dl dt {
		font-size: 12px;
	}
	section.guide p, section.guide em, section.guide small, section.guide span, section.guide h5, section.guide dl dd, section.guide ul li {
		font-size: 13px;
	}
	/* navi */
	.side-navi.sp-only {
		width: 100%;
		display: block !important;
		margin: 20px 0 75px;
	}
	em {
		font-weight: bold;
	}
	.pc-only {
		display: none !important;
	}
	.sp-img-small {
		width: 50px !important;
	}
	/*ラベル*/
	.fs-c-productMark__mark {
		font-size: 11px;
		color: #fff;
		border-radius: 0;
		margin: 0 5px 5px 0;
		padding: 5px 10px;
		display: inline-block;
		/*送料無料*/
		/*NEW*/
		/*翌日配送可*/
		/*SALE*/
		/*おすすめ*/
		/*日付指定可*/
	}
	.fs-c-productMark__mark.item-label-shippingfree {
		background: #C18383;
	}
	.fs-c-productMark__mark.item-label-new {
		background: #AA9D5D;
	}
	.fs-c-productMark__mark.item-label-tomorrow {
		background: #6E9FAE;
	}
	.fs-c-productMark__mark.item-label-sale {
		background: #E83F39;
	}
	.fs-c-productMark__mark.item-label-recommend {
		background: #9CB26F;
	}
	.fs-c-productMark__mark.item-label-day {
		background: #717171;
	}
}
@media screen and (max-width: 360px) {
	/* -----------------------------------------------------
	small smartphone
	-------------------------------------------------------- */
}
/*# sourceMappingURL=guide_cc_sp.css.map */


.side-navi {
	width: 210px;
	margin: 42px 0 150px;
}
@media screen and (max-width: 767px) {
	.side-navi {
		display: none;
	}
}
.side-navi__head {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 2px solid #3a3837;
}
.side-navi__head.sub-head {
	margin-top: 80px;
}
.side-navi__show > .side-navi__cat {
	border-top: none;
}
.side-navi__cat {
	font-size: 13px;
	padding: 20px 0 20px 10px;
	line-height: 1;
	border-top: 2px solid #3a3837;
	border-bottom: 2px solid #3a3837;
}
.side-navi__menu {
	display: none;
}
.side-navi__menu + .side-navi__cat {
	margin-top: -2px;
}
.side-navi__list + .side-navi__list {
	border-top: 1px solid #e5e5e5;
}
.side-navi__link {
	font-size: 13px;
	display: block;
	padding: 15px 0 15px 10px;
}
.side-navi__link + .side-navi__menu {
	border-top: 1px solid #e5e5e5;
}
.side-navi__color {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.side-navi__color-link {
	display: block;
	width: 39px;
	height: 39px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.side-navi__color-link + .side-navi__color-link {
	margin-left: 18px;
}
.side-navi__color-link:nth-child(n+5) {
	margin-top: 20px;
}
.side-navi__color-link:nth-child(4n+5) {
	margin-left: 0;
}
.side-navi__price {
	margin-top: 30px;
}
.side-navi__price-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.side-navi__price-wrap + .side-navi__price-wrap {
	margin-top: 20px;
}
.side-navi__price-txt {
	width: 43%;
	position: relative;
	z-index: 1;
}
.side-navi__price-txt input {
	width: 75px;
	border-color: #e5e5e5;
	border-radius: 0;
}
.side-navi__price-yen {
	font-size: 11px;
	display: inline-block;
	margin-left: 3px;
	vertical-align: bottom;
}
.side-navi__price-line {
	position: absolute;
	top: 5px;
	bottom: 0;
	right: 0px;
	left: -15px;
	margin: auto;
	z-index: 0;
	text-align: center;
	font-size: 13px;
}
.side-navi__price-reset {
	padding: 0 0 0 65px;
}
.side-navi__price-reset input {
	border: none;
	font-size: 11px;
	line-height: 1;
	padding: 12px 15px;
	cursor: pointer;
}
.side-navi__price-submit button {
	border: none;
	background: #E5E5E5;
	line-height: 1;
	padding: 12px 30px;
}
.side-navi .next-toggle {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}
.side-navi .next-toggle a {
	color: #3a3837;
}
.side-navi .next-toggle.open:after {
	display: none;
}
.side-navi .next-toggle.open + .side-navi__menu {
	border-bottom: 2px solid #3a3837;
}
.side-navi .next-toggle:before, .side-navi .next-toggle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #3a3837;
}
.side-navi .next-toggle:before {
	width: 16px;
	height: 1px;
	right: 5px;
}
.side-navi .next-toggle:after {
	height: 15px;
	width: 1px;
	right: 12px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	opacity: 1;
}
.side-navi .side-navi__list .next-toggle.open + .side-navi__menu {
	border-bottom: none;
}

.side-navi + .fs-l-pageMain {
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .side-navi + .fs-l-pageMain {
    max-width: 100%;
  }
}
