@charset "utf-8";
/* CSS Document */
#fv {
	background-image: url("../images/fv_bg.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	max-width: 993px;
	width: 100%;
	margin: 0 auto;
	min-height: 286px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-family: "Noto Serif JP", serif;
}
#fv p {
	margin: 0;
}
#fv .copy .appeal span {
	font-family: "Noto Serif JP", serif;
	display: inline-block;
	background-image: linear-gradient(90deg, #d26a0a, #f1e365);
	padding: 10px 20px;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.3;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}
#fv .copy .sub-copy {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	font-size: 2.2em;
	color: #5b3115;
}
#fv .copy h1 {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-align: left;
	color: #5b3115;
	font-size: 2.8em;
	line-height: 1;
	text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
}
#fv .copy h1 span {
	font-size: 1.5em;
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-align: left;
	color: #5b3115;
	text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
}
#fv .copy .price {
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1;
}
#fv .copy .price span.txt_price {
	font-weight: bold;
	font-size: 2em;
	color: #cc0000;
	padding: 0 5px 0 10px;
}
#fv .copy .price span.sp_none {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
}
.cv_btn {
	max-width: 350px;
	width: 100%;
	margin: 2.5em auto 0;
	text-align: center;
}
.cv_btn a {
	display: block;
	padding: 15px 0;
	border-radius: 8px;
	color: #fff;
	background: #8B5E3C;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	transition:.3s;
	box-shadow:0 3px 8px rgba(0,0,0,.15);
}
.cv_btn a:hover {
	background: #A06B42;
	transform:translateY(-2px);
	box-shadow:0 6px 12px rgba(0,0,0,.2);
}
.cv_txt {
	text-align: center;
	color: #666;
	font-size: 14px;
	margin: 10px 0 0;
}
.caution-list {
	max-width: 993px;
	width: 100%;
	margin: 1em auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	padding: 15px 20px;
	border-radius: 5px;
	border: 1px dashed #d8d0c2;
	background: #faf8f5;
}
.caution-list li {
	width: calc(50% - 10px);
	padding: 5px 0 5px 20px;
	position: relative;
	border-bottom: 1px dashed #eaeaea;
	color: #555;
	font-size: 16px;
	line-height: 1.5;
}
.caution-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #555;
	position: absolute;
	top: 14px;
	left: 5px;
}

#hako-price {
	margin: 2em 0;
}
#hako-price .flexbox {
	flex-wrap: wrap;
	gap: 24px;
}
#hako-price .cate-box {
	width: calc(50% - 12px);
	border-radius: 5px;
	border: 1px solid #d8d0c2;
	padding: 0 0 15px 0;
}
#hako-price .popular-box {
	border: 1px solid #d9a977;
	background-color: #fdf8ed;
	position: relative;
}
#hako-price .popular {
	margin: 0;
	text-align: center;
	position: absolute;
	top: -10px;
	left: 20px;
	padding: 15px 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #c6a24a;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
}
#hako-price .popular i {
	font-size: 26px;
}
#hako-price .cate-box .box-plan {
	margin: 15px 0 0;
	text-align: center;
}
#hako-price .cate-box .box-plan span {
	background: #816b53;
	padding: 10px 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
}
#hako-price .popular-box .box-plan span {
	background: #704929;
}
#hako-price .cate-box .box-plan span strong {
	font-size: 1.5em;
	color: #fff;
	font-weight: bold;
	padding-right: 5px;
}
#hako-price .cate-box .txt1 {
	margin: 20px 0 0;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}
#hako-price .cate-box figure {
	margin: 1em 20px 0;
}
#hako-price .cate-box figcaption {
	text-align: center;
	margin-top: 10px;
	font-weight: 600;
}
#hako-price .cate-box figcaption strong {
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 5px;
}
#hako-price .cate-box .price-txt {
	margin: 10px 0 0;
	text-align: center;
	font-size: 1.3em;
	line-height: 1;
	font-weight: 600;
}
#hako-price .cate-box .price-txt .txt_red {
	font-size: 2em;
	padding: 0 5px;
}
#hako-price .cate-box dl {
	margin: 15px 20px 0;
	border-radius: 5px;
	border: 1px solid #e8dfd3;
}
#hako-price .cate-box dt {
	margin: 0;
	border: none;
	background: #f4ede1;
	text-align: center;
	color: #614b3c;
}
#hako-price .cate-box dd {
	margin: 0;
}
#hako-price .cate-box dd ul {
	margin: 0;
	padding: 10px;
	background: #fff;
}
#hako-price .cate-box dd li {
	padding: 5px 0 5px 20px;
	position: relative;
}
#hako-price .cate-box dd li::before {
	content: "・";
	position: absolute;
	top: 5px;
	left: 0;
}
#hako-price .cate-box .entry-btn {
	margin: 15px 20px 0;
	text-align: center;
}
#hako-price .cate-box .entry-btn a {
	display: block;
	padding: 15px 0;
	border-radius: 5px;
	background: #554535;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	transition: all .25s ease;
}
#hako-price .popular-box .entry-btn a {
	background: #bb620c;
}
#hako-price .cate-box .entry-btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	margin: auto;
	background-color: #fff;
	width: 15px;
	height: 15px;
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
#hako-price .cate-box .entry-btn a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0,0,0,.15);
}
#hako-price .c-txt {
	margin: 20px 0 0;
	text-align: center;
	font-size: 14px;
	color: #666;
}
#hako-price .caution-list {
	margin-top: 1em;
	padding: 15px 20px;
	border-radius: 5px;
	background: #fcfcfc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
#hako-price .caution-list li {
	width: calc(50% - 10px);
	padding: 5px 5px 5px 25px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 14px;
	color: #666;
	position: relative;
}
#hako-price .caution-list li::before {
	content: "※";
	position: absolute;
	top: 5px;
	left: 5px;
	background: transparent;
}

#packaging-method {
	margin-bottom: 2em;
}
#packaging-method .flexbox {
	flex-wrap: wrap;
	gap: 24px;
}
#packaging-method .cate-box {
	width: calc(33.333% - 24px);
	border-radius: 5px;
	border: 1px solid #d8d0c2;
	position: relative;
}
#packaging-method .cate-box::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -34px;
	transform: translateY(-50%);
	margin: auto;
	background-color: #C7B299;
	width: 36px;
	height: 36px;
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
#packaging-method .cate-box:last-of-type::before {
	background-color: transparent;
}
#packaging-method .cate-box p {
	margin: 0;
}
#packaging-method .cate-box .txt-step {
	background: #f4ede1;
	text-align: center;
	color: #614b3c;
	padding: 10px;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;
}
#packaging-method .cate-box .box-title {
	text-align: center;
	margin: 10px 0;
	font-size: 20px;
	font-weight: 700;
}
#packaging-method .cate-box img {
	padding: 0 15px;
}
#packaging-method .cate-box .box-txt {
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
}
#packaging-method .caution-list {
	margin-top: 1em;
	padding: 15px 20px;
	border-radius: 5px;
	background: #fcfcfc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
#packaging-method .caution-list li {
	width: calc(50% - 10px);
	padding: 5px 5px 5px 25px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 14px;
	color: #666;
	position: relative;
}
#packaging-method .caution-list li::before {
	content: "※";
	position: absolute;
	top: 5px;
	left: 5px;
	background: transparent;
}
#packaging-method .caution-list li strong {
	color: #666;
	font-weight: bold;
	font-size: 14px;
}

#plan-possible {
	margin-bottom: 2em;
}
#plan-possible .cate-box:last-of-type {
	margin-top: 1.5em;
}
#plan-possible .box-title {
	margin: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background-color: #f2efe9;
	border-left: 5px solid #6b5b56;
	padding: 8px 12px;
	margin-bottom: 16px;
}
#plan-possible .plan-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}
#plan-possible .plan-list li {
	border-radius: 5px;
	border: 1px solid #e7e0d6;
	overflow: hidden;
}
#plan-possible .plan-list li .card-title {
	margin: 0;
	text-align: center;
	font-weight: 700;
	padding: 10px 0;
	background: #f2efe9;
}
#plan-possible .plan-list li img {
	display: block;
	width: 100%;
	height: auto;
}
#plan-possible .caution-list {
	margin-top: 1em;
	padding: 15px 20px;
	border-radius: 5px;
	background: #fcfcfc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px;
}
#plan-possible .caution-list li {
	width: calc(50% - 12px);
	padding: 5px 5px 5px 25px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 14px;
	color: #666;
	position: relative;
	display:flex;
	flex-direction:column;
}
#plan-possible .caution-list li::before {
	content: "※";
	position: absolute;
	top: 5px;
	left: 5px;
	background: transparent;
}
.card-title.other {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 165px;
	padding: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 1.6;
}

.card-title.other::before {
	content: "+";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	margin-bottom: 16px;
	border: 2px solid #8B5E3C;
	border-radius: 50%;
	color: #8B5E3C;
	font-size: 45px;
	font-weight: 400;
	line-height: 1;
	box-sizing: border-box;
	background: #f8f5ef;
}

@media screen and (max-width:767px) {
	#fv {
		min-height: 400px;
		padding: 20px 15px;
		background-position: 70% top;
		background-size: cover;
		position: relative;
	}
	#fv::before {
		content:"";
		position:absolute;
		inset:0;
		background:rgba(255,255,255,.35);
	}
	#fv .copy {
		width: 100%;
		position:relative;
		z-index:1;
	}
	#fv .copy .appeal span {
		font-size:1.5em;
		padding: 15px 16px 20px 16px;
		line-height: 1.3;
	}
	#fv .copy .sub-copy {
		font-size:1.7em;
		text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
	}
	#fv .copy h1 {
		font-size:2em;
		line-height:1.15;
	}
	#fv .copy h1 span {
		display:block;
		font-size:1.8em;
		margin-bottom:.1em;
	}
	#fv .copy .price {
		text-align: right;
		margin-top: 1em;
		font-size:1.5em;
		text-shadow:2px 2px 0 #FFF, 2px -2px 0 #FFF,
				-2px 2px 0 #FFF, 2px -2px 0 #FFF,
				0px 2px 0 #FFF,  0-2px 0 #FFF,
				-2px 0 0 #FFF, 1px 0 0 #FFF;
	}
	#fv .copy .price span {
		font-size:2.8em;
	}
	.caution-list {
		padding:15px;
		gap:0;
	}
	.caution-list li {
		width:100%;
		font-size:14px;
		padding:10px 0 10px 18px;
	}
	.caution-list li::before {
		top: 18px;
	}
	.cv_btn a {
		padding:18px 0;
		font-size:20px;
	}
	.sp_inner {
		padding: 0 20px;
	}
	.right_txt {
		text-align: right;
		font-size: 14px;
		margin-top: 0.5em;
		margin-right: 20px;
	}
	.cv_txt {
		margin-bottom: 2.5em;
	}
	#hako-price .cate-box {
		width: 100%;
	}
	#hako-price .cate-box .price-txt .txt_red {
		color: #cc0000;
	}
	#hako-price .caution-list,
	#packaging-method .caution-list,
	#plan-possible .caution-list {
		padding: 10px;
	}
	#hako-price .caution-list li,
	#packaging-method .caution-list li,
	#plan-possible .caution-list li {
		width: 100%;
	}
	#packaging-method .flexbox {
		gap: 40px;
	}
	#packaging-method .cate-box {
		width: 100%;
	}
	#packaging-method .cate-box::before {
		top: 100%;
		right: 50%;
		transform: translateY(0%) translateX(50%) rotate(90deg);
	}
	#plan-possible .plan-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-title.other {
		min-height: 156px;
	}
}