@charset "utf-8";
/* CSS Document */
h1,h2,h3,h4,h5,p,a,li,dt,dd,strong,small,span,div,button {
	color: #222;
	font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
}
span.under {
	background: linear-gradient(transparent 64%,#ff9 0%);
	font-weight: bold;
}
.sp_block {
	display: none!important;
}
.right_txt {
	text-align: right;
	font-size: 16px;
	margin-top: 20px;
}
.contents_box {
	margin: 1em auto;
	padding: 1.5em;
	border: 1px solid #ccc;
}
h2.cate-title {
	border: none;
	border-radius: 0;
	background: none;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #222;
	padding: 0 0 5px 0;
}
.cate .txt-source {
	margin:0;
	padding: 0 0 0.5em;
	line-height: 1.75;
}
.cate .cate-txt {
	margin: 0;
	padding: 0 0 0.5em;
	line-height: 1.75;
}
#guidance .base {
	border-radius: 5px;
	margin: 0 auto 1.5em;
	padding: 24px;
	background-color: #f9f9f9;
}
#guidance .cate-box {
	margin-bottom: 32px;
}
#guidance .box-title {
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	background: none;
	border: none;
	border-radius: 0;
	background-color: #f2efe9;
	border-left: 5px solid #6b5b56;
	padding: 8px 12px;
	margin-bottom: 16px;
}
#guidance ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-top: 12px;
}
#guidance ul li {
	width: calc(50% - 10px);
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	background-color: #fefefe;
}

#guidance .box-txt {
	margin: 0;
}
#guidance .box-sub-txt {
	margin: 12px 0 0 0;
	padding: 10px;
	background: #faf8f5;
	border: 1px dashed #d8d0c2;
	border-radius: 5px;
}
#guidance .box-sub-txt a {
	text-decoration: underline;
}
#guidance .box-sub-txt a:hover {
	text-decoration: none;
	color: #ccc;
}
#guidance p strong {
	color: #6b5b56;
}

.paymant {
	background-color: #f9f9f9;
	padding: 1em;
}
.paymant .available-title {
	margin: 0;
	text-align: center;
	font-size: 1.4rem;
	padding: 0 0 .5em;
}
.paymant .flexbox div {
	width: calc(96% / 3);
	background-color: #fff;
	border-radius: 6px;
	padding: .75em 1em;
}
.paymant .flexbox div h3 {
	padding: 0;
	border-radius: 0;
	background: none;
	border: none;
	text-align: center;
	font-size: 1.1rem;
	margin: 0 0 5px 0;
}
.paymant .flexbox div p {
	text-align: center;
}
.paymant .flexbox div p a {
	color: blue;
}
.paymant .flexbox div p a:hover {
	color: #333;
}
#item-price {
	margin-top: 2em;
}
#item-price .txt-box {
	background: #f7e7e7;
	border-radius: 0;
	text-align: center;
	padding: 1em;
	width: 100%;
	margin: 0;
}
#item-price .price-title {
	margin: 0;
	border-radius: 0;
	padding: 0;
	background: none;
	border: none;
	color: #91004c;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#item-price .price-txt {
	text-align: center;
	margin: 12px 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
}
#item-price .price-txt .txt_red {
	font-size: 2.5em;
	padding: 0 5px;
}
#item-price ul {
	margin-top: 12px;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fff;
}
#item-price ul li {
	text-align: left;
	padding: 5px 0 5px 20px;
	position: relative;
}
#item-price ul li::before {
	content: "※";
	position: absolute;
	top: 5px;
	left: 0;
}
#item-price .img-box {
	width: 100%;
	margin-left: 2%;
}
#item-price .img-box img {
	display: block;
}
#item-price .price-sub-txt {
	margin: 12px 0 0 0;
	padding: 10px;
	background: #faf8f5;
	border: 1px dashed #d8d0c2;
	border-radius: 5px;
	font-weight: bold;
}
#packing-plan {
	margin-top: 1.5em;
}
.pack-title {
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	font-size: 20px;
	font-weight: 600;
	padding-left: 10px;
	border-left: 3px solid #b04a3a;
}
#packing-plan .cate-txt {
	margin-top: 10px;
	line-height: 1.8;
}
#packing-plan .flexbox {
	gap: 10px;
}
.pack-card {
	width: calc(25% - 10px);
	padding: 0 0 15px 0;
	border-radius: 5px;
	background-color: #faf8f5;
	border: 1px solid #d8d0c2;
}
.pack-card p {
	text-align: center;
	margin: 0;
}
.pack-card .item-title {
	padding: 5px 0;
	font-size: 1em;
	font-weight: 600;
	background: #f2efe9;
	color: #666;
}
.pack-card .item-size {
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.pack-card .item-price {
	line-height: 1;
	font-weight: bold;
	margin-top: 10px;
}
.pack-card .item-price .txt_red {
	padding: 0 5px;
	font-size: 1.8em;
}
.pack-card .item-txt {
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}
.packing-note {
	margin-top: 1em;
	padding: 15px 20px;
	border-radius: 5px;
	background-color: #fcfcfc;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}
.packing-note li {
	width: calc(50% - 10px);
	padding: 5px 5px 5px 25px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 14px;
	color: #666;
	position: relative;
}
.packing-note li::before {
	content: "※";
	position: absolute;
	top: 5px;
	left: 5px;
}
#packing-plan .order-btn {
	max-width: 350px;
	width: 100%;
	margin: 1em auto 0;
	text-align: center;
}
#packing-plan .order-btn a {
	display: block;
	padding: 15px 0;
	border-radius: 999px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #7d2349;
	border: 2px solid #7d2349;
	transition: .3s;
}
#packing-plan .order-btn a:hover {
	background-color: #fff;
	color: #7d2349;
}
#certificate {
	margin-top: 2.5em;
	padding: 20px;
	background: #faf7f2;
	border-radius: 12px;
}
#certificate .cate-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 16px;
	border-bottom: none;
	text-align: center;
}
#certificate .flexbox {
	flex-wrap: wrap;
	align-items: center;
	gap: 24px;
}
#certificate .flexbox .txt-box {
	flex:0 0 43%;
}
#certificate .flexbox .txt-box p {
	line-height: 1.8;
	color: #333;
}
#certificate .flexbox .txt-box .note {
	font-size: 13px;
	color: #777;
	line-height: 1.3;
	margin-top: 10px;
	padding-left: 15px;
	position: relative;
}
#certificate .flexbox .txt-box .note::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
#certificate .flexbox .img-box {
	flex:1;
	border-radius: 8px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.08);
	background: #fff;
	padding: 12px;
	transition: .3s;
}
#certificate .flexbox .img-box:hover {
	box-shadow:0 10px 25px rgba(0,0,0,.12);
}
#certificate .flexbox .img-box img {
	display: block;
	width: 100%;
	height: auto;
}
#zenkoku,#faq {
	margin-top: 2em;
}
#zenkoku .flexbox {
	gap: 0 20px;
}
#zenkoku img {
	display: block;
}
#zenkoku .txt-box p {
	margin: 0;
	line-height: 1.8;
}
#zenkoku .txt-box .txt2 {
	margin-top: 15px;
}
#faq {
	margin-bottom: 2em;
}
.faq-accordion .item {
	border-bottom: 1px solid #ddd;
}
.faq-accordion .question {
	width: 100%;
	padding: 20px 20px 20px 60px;
	background: none;
	border: none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.faq-accordion .icon {
	font-size: 24px;
	line-height: 1;
	transition: transform 0.3s ease;
	flex-shrink: 0;
	margin-left: 10px;
}
.faq-accordion .answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.faq-accordion .answer-inner {
	padding: 0 20px 20px 60px;
	line-height: 1.8;
	position: relative;
}
.faq-accordion .question::before,
.faq-accordion .answer-inner::before {
	content: "";
	width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: 10px;
}
.faq-accordion .question::before {
	content: "Q";
	top: 20px;
	background-color: #f2efe9;
	color: #222;
}
.faq-accordion .answer-inner::before {
	content: "A";
	top: 0;
	background-color: #6b5b56;
	color: #fff;
}
.faq-accordion .item.active .question {
	color: #333;
}
.faq-accordion .answer-inner a {
	text-decoration: underline;
}
.faq-accordion .answer-inner a:hover {
	text-decoration: none;
	color: #ccc;
}

#flow {
	margin-top: 2em;
}
#flow img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
#flow .step-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0 10px;
}
#flow .step-list li {
	width: calc(16.666% - 10px);
	text-align: center;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	position: relative;
}
#flow .step-list li::after {
	content: "\f101";
	font-family: Fontawesome;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-50%);
	color: #eaeaea;
	font-size: 2em;
}
#flow .step-list li:last-child::after {
	content: "";
}
#flow .step-list p {
	margin: 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #666;
}
#flow .step-list figure {
	margin: 5px 0 0 0;
	margin: 0 auto;
	text-align: center;
}
#flow .step-list figure img {
	max-width: 80px;
}
#flow .flow-box .flexbox {
	flex-wrap: wrap;
	margin-top: 1.5em;
	padding-left: 50px;
	position: relative;
}
#flow .flow-box .flexbox::before {
	content: "1";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
	color: #7d2349;
	background-color: #f8f3f6;
	font-size: 20px;
}
#flow .flow-box .flexbox:nth-child(2)::before {
	content: "2"
}
#flow .flow-box .flexbox:nth-child(3)::before {
	content: "3"
}
#flow .flow-box .flexbox:nth-child(4)::before {
	content: "4"
}
#flow .flow-box .flexbox:nth-child(5)::before {
	content: "5"
}
#flow .flow-box .flexbox:nth-child(6)::before {
	content: "6"
}
#flow .flow-box .flexbox::after {
	content: "";
	width: 3px;
	height: calc(100% + 1.5em);
	background-color: #efefef;
	position: absolute;
	top: 0;
	left: 23px;
	z-index: -1;
}
#flow .flow-box .flexbox:last-child::after {
	background: none;
}
#flow .flow-box .img-box {
	width: calc(45% - 20px);
}
#flow .flow-box .txt-box {
	width: calc(55% - 20px);
}
#flow .flow-title {
	font-size: 1.3em;
	font-weight: bold;
	color: #7d2349;
	letter-spacing: 1px;
}
#flow .flow-txt {
	line-height: 1.8;
}
.common_footer .flex_box {
	justify-content: center;
	gap: 20px;
}

/*スマホ記述*/
@media screen and (max-width: 480px) {
	.sp_none {
		display: none!important;
	}
	.sp_block {
		display: block!important;
	}
	h1, h2, h3, h4, h5, p, a, li, dt, dd, strong, small, span, div, button {
		font-size: 18px;
	}
	a {
		text-decoration: none;
	}
	.head-title {
		font-size: 16px;
		text-align: center;
		font-weight: 600;
		color: #fff;
		background-color: #7d2349;
	}
	.right-txt {
		text-align: right;
	}
	img {
		display: block;
	}
	.breadcrumb a,
	.breadcrumb span,
	.breadcrumb li::after{
		font-size: 14px;
	}
	.right_txt {
		font-size: 14px;
		margin-top: 10px;
		margin-right: 20px;
		text-align: right;
	}
	#fv .caution-list {
		margin: 20px 20px 0;
		padding: 10px;
		border-radius: 5px;
		border: 1px dashed #d8d0c2;
		background: #faf8f5;
	}
	#fv .caution-list li {
		font-size: 16px;
		padding: 5px 0 5px 20px;
		position: relative;
	}
	#fv .caution-list li::before {
		content: "";
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #222;
		position: absolute;
		top: 14px;
		left: 5px;
	}
	.contents_box {
		margin: 1em 20px;
		padding: 10px;
	}
	h2.cate-title {
		font-size: 1.4em;
	}
	#guidance {
		margin-top: 2em;
	}
	#guidance .base {
		padding: 14px;
	}
	#guidance ul {
		gap: 10px 0;
	}
	#guidance ul li {
		width: 100%;
	}
	#guidance p strong {
		font-weight: 700;
	}
	.paymant .available-title {
		font-size: 1.1em;
	}
	.paymant .flexbox {
		flex-wrap: wrap;
	}
	.paymant .flexbox div {
		width: 100%;
		margin-bottom: 0.5em;
	}
	#item-price .flexbox {
		flex-wrap: wrap;
	}
	#item-price .img-box {
		display: none;
	}
	#item-price .price-txt .txt_red {
		color: #cc0000;
	}
	#certificate .flexbox {
		flex-direction: column;
		gap: 16px;
	}
	#certificate .flexbox .txt-box {
		width: 100%;
		order: 2;
	}
	#certificate .flexbox .img-box {
		margin-bottom: 8px;
		width: 100%;
		order: 1;
	}
	#certificate .flexbox .txt-box .note {
		font-size: 14px;
	}
	#packing-plan .flexbox {
		flex-wrap: wrap;
	}
	.pack-card {
		width: calc(50% - 10px);
	}
	.pack-card .item-price .txt_red {
		color: #cc0000;
	}
	.packing-note li {
		width: 100%;
		font-size: 15px;
	}
	#zenkoku .flexbox {
		flex-wrap: wrap;
	}
	#zenkoku .img-box,
	#zenkoku .txt-box {
		width: 100%;
	}
	#item-price ul {
		margin-top: 25px;
	}
	#item-price ul li {
		font-size: 16px;
	}
	#flow .flow-list li {
		margin-left: 65px;
		margin-bottom: 20px;
		padding: 15px;
		border-radius: 5px;
		background: #f8f3f6;
		border: 1px solid #7d2349;
		position: relative;
	}
	#flow .flow-list li::before {
		content: "1";
		width: 45px;
		height: 45px;
		border-radius: 50%;
		font-weight: bold;
		text-align: center;
		line-height: 40px;
		color: #7d2349;
		background: #f8f3f6;
		position: absolute;
		top: 0;
		left: -65px;
	}
	#flow .flow-list li:nth-child(2)::before {
		content: "2";
	}
	#flow .flow-list li:nth-child(3)::before {
		content: "3";
	}
	#flow .flow-list li:nth-child(4)::before {
		content: "4";
	}
	#flow .flow-list li:nth-child(5)::before {
		content: "5";
	}
	#flow .flow-list li::after {
		content: "";
		width: 3px;
		height: calc(100% + 50px);
		background: #eaeaea;
		position: absolute;
		top: 0;
		left: -43px;
		z-index: -1;
	}
	#flow .flow-list li:last-child::after {
		background: transparent;
		height: auto;
	}
	.portrait {
		max-width: 200px;
		width: 100%;
		margin: 0 auto 10px;
	}
	.common_footer {
		background-color: #517d99;
		padding-bottom: 62px;
	}
	.common_footer a {
		display: block;
		padding: 15px 20px;
		color: #fff;
		border-top: 1.5px solid #fff;
	}
	.common_footer li:last-child a {
		border-bottom: 1px solid #fff;
	}
	.common_footer a:hover {
		color: yellow;
	}
}