@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document fee_01
--------------------------------------------------------- */

#fee_01 .container {
	margin: 0 5vw 15vw;
	text-align: left;
}

#fee_01 .price {
	margin-bottom: 8vw;
	padding: 5vw 0;
	border-radius: 4px;
	background: rgba(255, 207, 164, 0.3);
	text-align: center;
}

#fee_01 .price .name {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5vw;
	padding: 0 2em;
	background: var(--orange);
	line-height: 6vw;
	color: #fff;
}

#fee_01 .price .time {
	margin-bottom: 2vw;
	font-weight: 600;
	font-size: 4vw;
	line-height: 1;
}

#fee_01 .price .time span {
	font-size: 7vw;
}

#fee_01 .price .memo {
	color: rgba(75, 63, 57, 0.5);
}

#fee_01 ul {
	margin-bottom: 8vw;
}

#fee_01 li {
	margin-bottom: 1em;
	margin-left: 1em;
	text-indent: -1em;
}

#fee_01 .about {
	padding: 5vw;
	border-radius: 6px;
	border: solid 1px var(--orange);
}

#fee_01 .about .name {
	margin-bottom: 2vw;
	font-weight: 600;
	font-size: 4vw;
	color: #FF8153;
}

#fee_01 .about figure {
	margin-top: 5vw;
	padding: 5vw 4vw;
	border-radius: 6px;
	background: #F3E9E1;
	text-align: center;
	font-weight: 600;
	line-height: 1;
}

#fee_01 .about figure img {
	height: 16.65805555555556vw;
	margin-top: 3vw;
}

/* ---------------------------------------------------------
	CSS Document fee_02
--------------------------------------------------------- */

#fee_02 .container {
	margin: 0 5vw 15vw;
	text-align: left;
}

#fee_02 .row {
	margin-bottom: 8vw;
}

#fee_02 h4 {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 4.5vw;
}

#fee_02 h5 {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 4vw;
}

#fee_02 h5:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#fee_02 p {
	margin-bottom: 2em;
}

#fee_02 .table dl {
	margin-bottom: 5vw;
	border: solid 1px var(--gray);
}

#fee_02 .table dt {
	padding: 0.5em 1em;
	background: #f5f5f5;
}

#fee_02 .table dd {
	padding: 1em;
}

#fee_02 .table dd.dd {
	padding: 0;
}

#fee_02 .table dd.dd .flex {
	padding: 1em;
	border-bottom: solid 1px var(--gray);
}

#fee_02 .table dd.dd .flex:last-of-type {
	border-bottom: 0;
}

#fee_02 .table dd.dd .flex span {
	display: block;
}


/* ---------------------------------------------------------
	CSS Document fee_03
--------------------------------------------------------- */

#fee_03 .container {
	margin: 0 5vw 15vw;
	text-align: left;
}

#fee_03 h4 {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 4vw;
}

#fee_03 h4:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#fee_03 p {
	margin-bottom: 2em;
}

/* ---------------------------------------------------------
	CSS Document fee_04
--------------------------------------------------------- */

#fee_04 .container {
	margin: 0 5vw 15vw;
	text-align: left;
}

#fee_04 .row {
	margin-bottom: 8vw;
}

#fee_04 h4 {
	margin-bottom: 3vw;
	font-weight: 600;
	font-size: 4vw;
}

#fee_04 h4:before {
	display: inline-block;
	vertical-align: 0.2em;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 0.5em;
	border-radius: 100%;
	background: var(--orange);
}

#fee_04 .table dl {
	margin-bottom: 5vw;
	border: solid 1px var(--gray);
}

#fee_04 .table dt {
	padding: 0.5em 1em;
	background: #f5f5f5;
}

#fee_04 .table dd {
	padding: 1em;
}
