@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 .big {
	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 h1 .small {
	font-family: "Noto Serif JP", serif;
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	padding: 0 5px;
	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 {
	font-weight: bold;
	font-size: 2em;
	color: #cc0000;
	padding: 0 5px 0 10px;
}
.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;
}
.gray-txt {
	margin: 5px 0 0;
	font-size: 14px;
	color: #666;
}
#guidance .pack-list,
#guidance .butsuzo-list {
	margin-bottom: 1em;
}
#guidance .butsuzo-list li {
	width: calc(33.333% - 10px);
}
#shobun {
	margin-top: 2em;
}
#shobun .cate-box {
	margin-top: 1em;
	padding: 10px;
	background: #faf8f5;
	border: 1px dashed #d8d0c2;
	border-radius: 5px;
}
#shobun .cate-box h3 {
	font-size: 1.1em;
	font-weight: 700;
	color: #6b5b56;
	margin: 0;
	background-color: transparent;
	background-image: none;
	border: none;
	padding: 0;
}
#shobun .box-sub-txt {
	font-weight: bold;
	color: #333;
	background-color: #f2efe9;
	border-left: 5px solid #6b5b56;
	padding: 8px 12px;
	margin: 16px 0 0;
}
#shobun .box-sub-txt a {
	font-weight: bold;
	text-decoration: underline;
}
#shobun .box-sub-txt a:hover {
	text-decoration: none;
	color: #ccc;
}
#shobun .cate-box p {
	margin: 5px 0 0;
	line-height: 1.8;
}
#item-price .flexbox {
	flex-wrap: wrap;
	gap: 24px;
}
#item-price .price-card {
	width: calc(33.333% - 24px);
	border-radius: 5px;
	border: 1px solid #d8d0c2;
	padding-bottom: 15px;
}
#item-price .price-card .size-txt {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-weight: 600;
	background: #f2efe9;
	color: #666;
}
#item-price .price-txt {
	margin: 10px 0 0;
	font-size: 1em;
}
#item-price .price-txt .txt_red {
	font-size: 1.5em;
	color: #c0392b;
}
#item-price .price-card .box-size {
	margin: 0;
	text-align: center;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
#item-price .price-card .box-size span {
	font-weight: bold;
	padding: 0 5px;
	font-size: 1.5em;
}
#item-price ul.caution-list {
	margin-top: 1em;
	border: none;
	background: #fcfcfc;
	padding: 15px 20px;
}
#item-price ul.caution-list li {
	font-size: 14px;
}
#item-price ul.caution-list li::before {
	background: none;
}
#item-price ul.caution-list li a {
	font-size: 14px;
	color: #555;
	text-decoration: underline;
}
#item-price ul.caution-list li a:hover {
	text-decoration: none;
	color: #222;
}
#item-price .entry-btn {
	max-width: 350px;
	width: 100%;
	margin: 1em auto 0;
	text-align: center;
}
#item-price .entry-btn a {
	display: block;
	padding: 15px 0;
	border-radius: 999px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #3b2f2a;
	border: 2px solid #3b2f2a;
	transition: .3s;
}
#item-price .entry-btn a:hover {
	color: #3b2f2a;
	background: #fff;
}


@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 .big {
		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;
	}
	.sp_inner {
		padding: 0 20px;
	}
	.right_txt {
		text-align: right;
		font-size: 14px;
		margin-top: 0.5em;
		margin-right: 20px;
	}
	#guidance .butsuzo-list li {
		width: calc(50% - 10px);
	}
	#guidance .butsuzo-list li:last-child {
		width: 100%;
	}
	#item-price .price-card {
		width: 100%;
	}
}