@charset "UTF-8";
/* ============================================================
料金・サービス
============================================================ */
/* ------------------------------------
KV
------------------------------------ */
#kv {
	background: url(../img/fee/kv_pht.jpg) no-repeat center center / cover;
	}


/* ------------------------------------
lead
------------------------------------ */
#lead .title::after {
	content: 'Fee';
	}


/* ------------------------------------
fee
------------------------------------ */
#sct_fee .sct_wrap {
	width: 100%;
	}
#sct_fee h2 {
	color: #006788;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.6rem;
	line-height: 1.3;
	text-align: center;
	}
#sct_fee h2+p {
	color: #006788;
	text-align: center;
	}
#sct_fee h2+p em {
	font-weight: 500;
	}
#sct_fee .fee_wrap {
	margin-top: 24px;
	}
#sct_fee .fee_wrap dt {
	background-color: #006788;
	border-radius: 9px 9px 0 0;
	color: #fff;
	text-align: center;
	}
#sct_fee .fee_wrap dd {
	background-color: #eceeee;
	border-radius: 0 0 9px 9px;
	color: #006788;
	font-weight: 500;
	letter-spacing: 0.06rem;
	text-align: center;
	}
#sct_fee .fee_wrap dd small {
	margin-left: 6px;
	}
#sct_fee .note {
	margin-top: 12px;
	justify-content: flex-end;
	}
#sct_fee .extra_fee {
	margin-top: 18px;
	background-color: #eceeee;
	border-radius: 9px;
	}
#sct_fee .extra_fee h3 {
	font-weight: 500;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.2rem;
	line-height: 1.3;
	text-align: center;
	}
#sct_fee .extra_fee h3+p {
	margin-top: 15px;
	text-align: center;
	}
#sct_fee .extra_wrap {
	margin-top: 24px;
	}
#sct_fee .extra_wrap dt {
	padding: 18px 6px 15px;
	position: relative;
	background-color: #fff;
	border-radius: 9px 9px 0 0;
	color: #006788;
	font-weight: 500;
	text-align: center;
	}
#sct_fee .extra_wrap dt::before {
	width: 84%;
	height: 1px;
	margin: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #cce1e7;
	content: '';
	}
#sct_fee .extra_wrap dd {
	padding: 15px 6px 21px;
	background-color: #fff;
	border-radius: 0 0 9px 9px;
	font-weight: 500;
	letter-spacing: 0.06rem;
	text-align: center;
	}
#sct_fee .extra_wrap dd span {
	padding-left: 33px;
	display: inline-block;
	position: relative;
	}
#sct_fee .extra_wrap dd span::before {
	width: 4px;
	height: 18px;
	margin: auto;
	display: block;
	background-color: #cce1e7;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 9px;
	content: '';
	}
#sct_fee .extra_wrap dd span::after {
	width: 18px;
	height: 4px;
	margin: auto;
	display: block;
	background-color: #cce1e7;
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 2px;
	content: '';
	}
#sct_fee .extra_wrap dd small {
	margin-left: 6px;
	font-size: 1.6rem;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_fee {
		margin-top: 6px;
		}
	#sct_fee .sct_wrap {
		max-width: 1260px;
		padding: 0 45px;
		margin: 0 auto;
		}
	#sct_fee h2 {
		font-size: 3.3rem;
		}
	#sct_fee h2+p {
		margin-top: 15px;
		font-size: 1.7rem;
		}
	#sct_fee h2+p em {
		font-size: 1.8rem;
		}
	#sct_fee .fee_wrap {
		display: flex;
		justify-content: space-between;
		}
	#sct_fee .fee_wrap dl {
		width: 23.5%;
		}
	#sct_fee .fee_wrap dt {
		padding: 18px 6px;
		}
	#sct_fee .fee_wrap dd {
		padding: 18px 6px 30px;
		font-size: 2.8rem;
		font-size: clamp(2.4rem,3.125vw,2.8rem);
		}
	#sct_fee .fee_wrap dd small {
		font-size: 2.1rem;
		}
	#sct_fee .extra_fee {
		padding: 36px;
		}
	#sct_fee .extra_fee h3 {
		font-size: 2.6rem;
		}
	#sct_fee .extra_fee h3+p {
		font-size: 1.6rem;
		}
	#sct_fee .extra_fee h3+p em {
		font-size: 1.7rem;
		font-weight: 500;
		}
	#sct_fee .extra_wrap {
		display: flex;
		justify-content: space-between;
		}
	#sct_fee .extra_wrap dl {
		width: 23.5%;
		}
	#sct_fee .extra_wrap dd {
		font-size: 2.7rem;
		font-size: clamp(2.1rem,2.73vw,2.7rem);
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_fee {
		margin-top: 36px;
		}
	#sct_fee .sct_wrap {
		padding: 0 6%;
		}
	#sct_fee h2 {
		font-size: 2.4rem;
		}
	#sct_fee h2+p {
		margin-top: 12px;
		font-size: 1.5rem;
		}
	#sct_fee h2+p em {
		font-size: 1.6rem;
		}
	#sct_fee .fee_wrap dl {
		width: 100%;
		}
	#sct_fee .fee_wrap dl+dl {
		margin-top: 18px;
		}
	#sct_fee .fee_wrap dt {
		padding: 15px 6px;
		font-size: 1.5rem;
		}
	#sct_fee .fee_wrap dd {
		padding: 15px 3% 21px;
		font-size: 2.5rem;
		}
	#sct_fee .fee_wrap dd small {
		font-size: 1.8rem;
		}
	#sct_fee .extra_fee {
		padding: 30px 6%;
		}
	#sct_fee .extra_fee h3 {
		font-size: 2.1rem;
		}
	#sct_fee .extra_fee h3+p {
		font-size: 1.4rem;
		line-height: 1.5;
		}
	#sct_fee .extra_fee h3+p em {
		font-size: 1.5rem;
		font-weight: 500;
		}
	#sct_fee .extra_wrap dl {
		width: 100%;
		}
	#sct_fee .extra_wrap dl+dl {
		margin-top: 18px;
		}
	#sct_fee .extra_wrap dd {
		font-size: 2.4rem;
		}

} /* end ＞767 */



/* ------------------------------------
check
------------------------------------ */
#sct_check .sct_wrap {
	width: 100%;
	}
#sct_check h2 {
	color: #006788;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.3;
	text-align: center;
	}
#sct_check .check_wrap {
	width: 100%;
	margin: 24px auto 0;
	border: 4px solid #cce1e7;
	}
#sct_check .check_wrap .bundle dl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	}
#sct_check .check_wrap .bundle dt {
	font-weight: 500;
	line-height: 1.4;
	}
#sct_check .check_wrap .bundle dd::before {
	margin: 0 6px;
	display: inline-block;
	font-size: 1.2rem;
	content: '・・・';
	}
#sct_check .check_wrap .bundle dd {
	color: #006788;
	font-size: clamp(2.4rem,3.125vw,2.7rem);
	font-weight: 500;
	line-height: 1.4;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_check {
		margin-top: 90px;
		}
	#sct_check .sct_wrap {
		max-width: 1260px;
		padding: 0 45px;
		margin: 0 auto;
		}
	#sct_check h2 {
		font-size: 3rem;
		letter-spacing: 0.1rem;
		}
	#sct_check .check_wrap {
		max-width: 990px;
		padding: 36px 30px 30px;
		}
	#sct_check .check_wrap .bundle {
		display: flex;
		justify-content: center;
		gap: 60px;
		}
	#sct_check .check_wrap .bundle dl+dl::before {
		width: 1px;
		height: 48px;
		margin: auto;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -30px;
		background-color: #cce1e7;
		content: '';
		}
	#sct_check .check_wrap .bundle dt {
		font-size: 2.1rem;
		font-size: clamp(1.6rem,2.08vw,2.1rem);
		}
	#sct_check .check_wrap .bundle dd {
		font-size: 2.7rem;
		font-size: clamp(2.4rem,3.125vw,2.7rem);
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_check {
		margin-top: 75px;
		}
	#sct_check .sct_wrap {
		padding: 0 6%;
		}
	#sct_check h2 {
		font-size: 2.2rem;
		letter-spacing: 0.03rem;
		}
	#sct_check .check_wrap {
		padding: 24px 4%;
		}
	#sct_check .check_wrap .bundle dt {
		font-size: 1.5rem;
		}
	#sct_check .check_wrap .bundle dd {
		font-size: 2rem;
		font-size: clamp(2rem,5.3vw,2.7rem);
		}
	#sct_check .note {
		margin-top: 15px;
		}

} /* end ＞767 */


/* ------------------------------------
option
------------------------------------ */
#sct_option {
	margin-top: 60px;
	}
#sct_option .sct_wrap {
	width: 100%;
	}
#sct_option h2 {
	color: #006788;
	font-weight: 700;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.3;
	text-align: center;
	}
#sct_option .option_wrap {
	margin-top: 24px;
	}
#sct_option .option_wrap dl {
	background-color: #eceeee;
	border-radius: 9px;
	}
#sct_option .option_wrap dt {
	position: relative;
	color: #006788;
	font-weight: 500;
	text-align: center;
	}
#sct_option .option_wrap dt::before {
	width: 84%;
	height: 1px;
	margin: auto;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ccd0d0;
	content: '';
	}
#sct_option .option_wrap dd {
	padding: 0 30px;
	margin-top: 6px;
	line-height: 1.5;
	text-align: center;
	}
#sct_option .option_wrap dd.price {
	font-weight: 500;
	}
#sct_option .option_wrap dd.price small {
	margin-left: 6px;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_option .sct_wrap {
		max-width: 1260px;
		padding: 0 45px;
		margin: 0 auto;
		}
	#sct_option h2 {
		font-size: 3rem;
		}
	#sct_option .option_wrap {
		display: flex;
		justify-content: center;
		gap: 15px;
		}
	#sct_option .option_wrap dl {
		width: 36%;
		max-width: 270px;
		padding: 24px 0;
		}
	#sct_option .option_wrap dt {
		padding: 0 24px 21px;
		font-size: 2.1rem;
		}
	#sct_option .option_wrap dd {
		font-size: 1.4rem;
		}
	#sct_option .option_wrap dd.price {
		margin-top: 9px;
		font-size: 2.8rem;
		}
	#sct_option .option_wrap dd.price small {
		font-size: 2.1rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_option .sct_wrap {
		padding: 0 6%;
		}
	#sct_option h2 {
		font-size: 2.4rem;
		}
	#sct_option .option_wrap dl {
		width: 100%;
		padding: 20px 0;
		}
	#sct_option .option_wrap dl+dl {
		margin-top: 18px;
		}
	#sct_option .option_wrap dt {
		padding: 0 24px 18px;
		font-size: 1.8rem;
		}
	#sct_option .option_wrap dd {
		font-size: 1.3rem;
		}
	#sct_option .option_wrap dd.price {
		margin-top: 6px;
		font-size: 2.4rem;
		}
	#sct_option .option_wrap dd.price small {
		font-size: 1.8rem;
		}
	#sct_option .note {
		margin-top: 15px;
		}

} /* end ＞767 */
