@charset "utf-8";
/* CSS Document */
p {
	margin: 0;
	padding: 0;
}
#fv {
	margin-top: 2em;
	background-image: url("../images/bg_fv.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}
#fv .fv_con {
	width: 60%;
}
#fv h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
}
#fv .fv-sub-txt,
#fv .fv-sub-txt2 {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	margin-top: 1em;
}
#fv .fv-sub-txt2 {
	margin-top: 0.5em;
}
#fv_cta {
	margin-top: 1.5em;
	padding: 1.5em;
	border: 14px solid #f2efe9;
}
#fv_cta .cate-txt {
	text-align: center;
	font-size: 18px;
}
#fv_cta .flexbox {
	margin-top: 1em;
	flex-wrap: wrap;
	gap: 20px;
}
#fv_cta .flexbox div {
	width: calc(50% - 20px);
	text-align: center;
}
#fv_cta .flexbox div a {
	display: block;
	padding: 15px 10px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.25s ease;
	box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
#fv_cta .flexbox .item-btn a {
	background: #3b2f2a;
	border: 2px solid #3b2f2a;
	color: #fff;
}
#fv_cta .flexbox .flow-btn a {
	background: #f5f1ea;
	border: 2px solid #b8a99a;
	color: #5a4a3a;
}
#fv_cta .flexbox div a:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.cate {
	margin-bottom: 2em;
}
#choose .flexbox {
	flex-wrap: wrap;
	gap: 0 20px;
}
.choose-card {
	width: calc(33.333% - 20px);
}
.choose-card figure {
	margin: 0;
	text-align: center;
}
.choose-card figure img {
	max-width: 100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.choose-card figcaption {
	margin-top: 15px;
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	letter-spacing: 1px;
}
.choose-card p {
	text-align: center;
	margin-top: 15px;
	color: #555;
	font-size: 16px;
}
.achievements {
	margin-top: 1em;
	background: #F5F1EA;
	border-top: 1px solid #E6DED6;
	border-bottom: 1px solid #E6DED6;
	text-align: center;
	padding: 20px 16px;
}
.achievements .main-txt {
	text-align: center;
	font-size: 22px;
	color: #3B2F2A;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
.achievements .main-txt span {
	font-size: 30px;
	font-weight: 700;
	color: #3B2F2A;
	letter-spacing: 0.5px;
	margin: 0 4px;
}
.achievements .sub-txt {
	text-align: center;
	font-size: 16px;
	color: #5A4A3A;
	line-height: 1.6;
	margin-top: 5px;
	margin-bottom: 0;
}

#item-list .item-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 24px;
}
#item-list .item-card {
	width: calc((100% - 48px) / 3);
	background: #fff;
	border:1px solid #e7e0d6;
	border-radius:12px;
	overflow:hidden;
	box-shadow:0 2px 8px rgba(0,0,0,.04);
	transition:.3s;
	display:flex;
	flex-direction:column;
}
#item-list .item-card:hover{
	transform:translateY(-4px);
	box-shadow:0 10px 20px rgba(0,0,0,.08);
}
#item-list .item-card img{
	display:block;
	width:100%;
}
#item-list .item-card .item-title {
	margin-top: 5px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
#item-list .item-card .item-price{
	text-align:center;
	font-size:15px;
	color:#555;
	margin-top: 5px;
	margin-bottom:15px;
}
#item-list .item-card .item-price .txt_red{
	font-size:34px;
	font-weight:700;
	color:#c0392b;
	margin:0 3px;
	line-height:1;
}
#item-list .item-card .more_btn{
	margin-top:auto;
	padding:0 16px 20px;
}
#item-list .item-card .more_btn a{
	display:block;
	background:#7d5a50;
	color:#fff;
	text-align:center;
	padding:14px 10px;
	border-radius:6px;
	font-weight:700;
	text-decoration:none;
	transition:.3s;
	position: relative;
}
#item-list .item-card .more_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%);
}
#item-list .item-card .more_btn a:hover{
	background:#6c4a40;
}
#packing-plan {
	margin-top: 0;
}
#top-packing {
	margin-top: 1.5em;
}
.pack-title {
	display: none;
}
#top-packing .cate-title {
	font-size: 1.5em;
	line-height: 1.3;
}
#top-packing .cate-title span {
	font-size: 1.5em;
	font-weight: bold;
	color: #b04a3a;
}
#top-packing .cate-title .small {
	font-size: 0.8em;
}
#top-flow .flexbox {
	flex-wrap: wrap;
	gap: 40px;
}
#top-flow .flexbox li {
	width: calc(25% - 40px);
	padding: 20px;
	border-radius: 5px;
	background-color: #faf8f5;
	border: 1px solid #d8d0c2;
	position: relative;
	text-align: center;
}
#top-flow .flexbox li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -38px;
	transform: translateY(-50%);
	margin: auto;
	background-color: #d8d0c2;
	width: 25px;
	height: 25px;
	clip-path: polygon(40% 0, 90% 50%, 40% 100%, 30% 90%, 70% 50%, 30% 10%);
}
#top-flow .flexbox li:last-child::before {
	background: none;
}
#top-flow .step-txt {
	text-align: center;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: 600;
}
#top-flow img {
	max-width: 100px;
	width: 100%;
	margin: 10px auto 0;
}
#top-flow .flow-title {
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	margin-top: 5px;
}
#top-flow .flow-txt {
	margin-top: 10px;
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	color: #666;
}
#about .cate-box {
	margin-top: 1em;
	padding: 10px;
	border-radius: 5px;
	border: 1px dashed #d8d0c2;
	background: #faf8f5;
}
#about .cate-box .box-title {
	font-size: 1.1em;
	font-weight: 600;
	color: #6b5b56;
}
#about .cate-box .box-txt {
	margin-top: 5px;
	line-height: 1.8;
}
#voice {
	padding: 20px;
	border-radius: 5px;
	background: #faf7f2;
}
#voice .cate-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 16px;
	border-bottom: none;
	text-align: center;
}
#voice .cate-txt {
	text-align: center;
	margin-bottom: 1em;
}
#voice .flexbox {
	flex-wrap: wrap;
	gap:24px;
}
#voice .txt-box {
	width: calc(75% - 24px);
}
#voice .txt-box .letter-txt {
	font-size: 16px;
	line-height: 1.8;
}
#voice .txt-box .letter-name {
	margin-top: 20px;
	font-size: 15px;
	font-weight: 600;
	text-align: right;
}
#voice .img-box {
	width: calc(25% - 24px);
}
#voice .img-box figure {
	margin: 0 auto 10px;
}
#voice .img-box figcaption {
	text-align: center;
	font-size: 13px;
	color: #666;
}
#guidance .box-title span {
	font-size: 12px;
	padding-left: 10px;
	color: #666;
}
#guidance .nickname {
	padding: 10px 20px 20px;
	border-radius: 5px;
	background: #fff;
	justify-content: flex-start;
}
#guidance .nickname li {
	padding: 10px 5px;
	border-radius: 0;
	border: none;
	background-color: transparent;
	border-bottom: 1px dashed #eaeaea;
	width: calc(33.33% - 12px);
}
#guidance .nickname dl {
	display: flex;
	flex-wrap: nowrap;
	gap: 0 12px;
}
#guidance .nickname dl dt {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	width: 40%;
	text-align: left;
	font-size: 1em;
}
#guidance .nickname dl dd {
	margin: 0;
	width: 60%;
	text-align: left;
	position: relative;
}


@media screen and (max-width:767px) {
	#fv {
		margin-top: 0;
		background: url("../images/fv_bg_sp.jpg") center center / cover no-repeat;
		position: relative;
	}
	#fv::before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(255,255,255,0.55);
	}
	#fv .fv_con {
		width: 100%;
		padding: 50px 20px;
		position: relative;
		z-index: 1;
	}
	#fv .fv-sub-txt,
	#fv .fv-sub-txt2 {
		color: #333;
	}
	#fv_cta {
		margin-top: 1em;
	}
	#fv_cta .flexbox div {
		width: 100%;
	}
	.right_txt {
		margin-top: 1em;
		margin-right: 20px;
		font-size: 14px;
		text-align: right;
	}
	#choose .flexbox {
		gap: 10px;
	}
	.choose-card {
		width: calc(50% - 20px);
		padding: 10px;
		border-radius: 5px;
		border: 1px solid #e7e0d6;
	}
	.choose-card figcaption {
		margin-top: 5px;
		font-size: 20px;
	}
	.choose-card p {
		margin-top: 10px;
		font-size: 14px;
	}
	#item-list .item-box {
		justify-content: space-between;
	}
	#item-list .item-card {
		width:  calc((100% - 24px) / 2);
	}
	#item-list .item-card .item-title {
		font-size: 18px;
	}
	#item-list .item-card .item-price {
		font-size: 16px;
	}
	#item-list .item-card .item-price .txt_red {
		font-size: 28px;
	}
	#item-list .item-card .more_btn a {
		font-size: 16px;
	}
	#item-list .item-card .more_btn a::before {
		right: 10px;
	}
	#top-packing .cate-title {
		font-size: 20px;
	}
	#top-flow .flexbox {
		gap: 20px;
	}
	#top-flow .flexbox li {
		width: calc(50% - 10px);
	}
	#top-flow .flexbox li::before {
		background-color: transparent;
	}
	#voice .cate-title {
		margin-bottom: 10px;
	}
	#voice .txt-box {
		width: 100%;
		order: 2;
	}
	#voice .img-box {
		width: 100%;
		order: 1;
	}
	#guidance .nickname li {
		width: 100%;
	}
	#guidance .nickname dl dt {
		font-weight: 800;
		color: #330000;
	}
}