@charset "utf-8";
.system_content-ttl {
	font-size: 30px;
	text-align: center;
	color: var(--baseItemColor01);
	font-weight: 600;
	margin-bottom: 30px;
}
.system_content-ttl span {
	display: block;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
.system_content {
	border: 1px solid var(--baseItemColor04);
	background: linear-gradient(0deg, transparent 9px, #ebebeb 10px), linear-gradient(90deg, transparent 9px, #ebebeb 10px);
	background-size: 10px 10px;
	padding: 80px 10px;
}
.reserve_fee {
	margin-bottom: 40px;
}

.fee_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.fee_list-item {
	width: calc(100% / 2 - 20px);
	text-align: center;
	color: #fff;
	display: flex;
}
.fee_list-min {
	font-size: 38px;
	width: 40%;
	background: var(--baseItemColor02);
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 5px 0;
}
.fee_list-yen em {
	font-family: "poppins";
}
.fee_list-min span {
	font-size: 26px;
}
.fee_list-yen {
	background: var(--baseItemColor05);
	color: #000;
	width: 60%;
	font-size: 46px;
	font-weight: 500;
}
.fee_list-yen span {
	font-size: 26px;
}
.fee_list.--nominated .fee_list-min, .fee_list.--reservation .fee_list-min {
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fee_list.--nominated, .fee_list.--reservation {
	justify-content: center;
}
.fee_list.--nominated .fee_list-item, .fee_list.--reservation .fee_list-item {
	width: 60%;
}
.sys_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.reserve_fee-txt {
	text-align: center;
	font-size: 30px;
	color: #f00;
	font-weight: 600;
}
.reserve_fee-txt a {
	color: #f00;
}
.sys_bnr {
	display: grid;
	padding: 22px;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	max-width: 960px;
	margin: 0 auto 20px;
	background-color: var(--baseItemColor12);
}
.sys_bnr-item {
	width: 100%;
}
.sys_bnr-item a {
	width: 100%;
}
.sys_bnr-item img {
	width: 100%;
	height: auto;
}
.sys_bnr-top {
	margin-bottom: 20px;
}
table {
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
	table-layout: fixed;
}
.parent .ttl {
	font-size: 24px;
	font-weight: 600;
}
.blue.ttl {
	background: #e9edf8;
	color: #0459a4;
}
.red.ttl {
	background: #ffe9dc;
	color: #ff0000;
}
.gree.ttl {
	background: #e4efe1;
	color: #089e3f;
}
.parent .eme, .table-newface .table-eme {
	background: var(--baseItemColor01);
	color: #fff;
	font-weight: 500;
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.parent .red {
	color: #ff0000;
	font-weight: 600;
}
.div3.red.ttl {
	vertical-align: middle;
}
.div2.blue.ttl {
	vertical-align: middle;
}
.parent .blue {
	color: #0459a4;
	font-weight: 600;
}
.parent .gree {
	color: #089e3f;
	font-weight: 600;
}
.parent td {
	padding: 10px;
	font-size: 30px;
	background: #fff;
	border: 1px solid #e4e5e4;
}
.min {
	font-size: 20px;
}
.yen {
	font-size: 24px;
}
.table-newface {
	table-layout: fixed;
	width: 100%;
}
.table-newface .table-eme {
	padding: 10px;
	font-size: 30px;
	width: 40%;
}
.table-newface .ranje {
	padding: 10px;
	background: #fffdcd;
	color: #eb6e02;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}
.table-newface td {
	text-align: center;
	padding: 10px;
	background: #fff;
	color: #eb6e02;
	border: 1px solid #e4e5e4;
	vertical-align: middle;
}
.table-fee {
	font-size: 34px;
	font-weight: 600;
}
.patient .table-eme {
	background: var(--baseItemColor01);
	color: #fff;
	padding: 10px;
	font-size: 30px;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
	width: 20%;
}
.patient .table-fee {
	font-size: 34px;
	font-weight: 600;
	border: 1px solid #e4e5e4;
	background: #fff;
	vertical-align: middle;
}
.table-fee img {
	width: 30%;
	vertical-align: middle;
	margin: 0 40px;
}
.system_content-item {
	margin-bottom: 40px;
}
.gray {
	color: #959595;
}
.gray .yen {
	font-size: 28px;
}
.table-fee svg {
	margin: 0 20px;
}
@media screen and (min-width: 770px) and (max-width: 1120px) {
.system_content-item {
	padding: 50px 2vw;
}
.fee_list.--nominated .fee_list-item, .fee_list.--reservation .fee_list-item {
	width: 80%;
}
.parent .ttl {
	font-size: 2.4vw;
}
}
@media screen and (max-width: 769px) {
.fee_list {
	gap: 1rem;
	flex-direction: column;
	padding: 0 2rem 2rem;
}
.system_content {
	display: flex;
	flex-direction: column;
}

.system_content-item {
	padding: 2rem 0 0 0;
}
.system_content-ttl {
	font-size: 6vw;
	margin-bottom: 2rem;
	padding-top: 10rem;
	margin-top: -10rem;
}
.system_content-ttl span {
	font-size: 1.4rem;
	font-weight: 500;
}
.parent .yen {
	font-size: ;
	font-size: 3.5vw;
}
.parent .eme, .table-newface .table-eme {
	width: 20%;
}
.fee_list-item {
	width: 100%;
}
.fee_list-yen {
	font-size: 2.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fee_list-yen em {
	font-size: 2.6rem;
}
.fee_list-yen span {
	font-size: 1.8rem;
}
.fee_list-min {
	font-size: 2.6rem;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.fee_list-min span {
	font-size: 1.8rem;
}
.fee_list.--nominated .fee_list-item, .fee_list.--reservation .fee_list-item {
	width: 100%;
}
.fee_list.--nominated .fee_list-min, .fee_list.--reservation .fee_list-min {
	font-size: 1.4rem;
	padding: 1rem;
}
.system_content {
	padding: 3rem 1rem;
}
.min {
	font-size: 3.5vw;
}
.reserve_fee {
	margin-bottom: 2rem;
}
.parent .min {
	font-size: 3vw;
}
.parent .ttl {
	font-size: 4vw;
	vertical-align: middle;
}
.parent td {
	font-size: 5vw;
	padding: 10px 0;
}
.yen {
	font-size: 4vw;
}
.reserve_fee-txt {
	font-size: 3.9vw;
}
.table-newface-txt {
	font-size: 4vw;
}
.patient .table-eme {
	font-size: 4vw;
	width: 25%;
}
.table-newface .table-eme {
	font-size: 5vw;
	width: 45%;
	line-height: 1;
}
.min.sm {
	font-size: 3.3vw;
}
.table-newface .ranje {
	font-size: 4vw;
}
.table-newface td {
	font-size: 6vw;
}
.patient .table-eme {
	font-size: 5vw;
	font-weight: 600;
}
.patient .table-fee {
	font-size: 7vw;
	padding: 10px 0;
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.gray .yen {
	font-size: 4vw;
}
.table-fee img {
	display: none;
}
.table-fee svg {
	margin: 0 5px;
	width: 7%;
	height: auto;
}
.table-fee span > .yen {
	vertical-align: baseline;
	display: inline-block;
	font-size: 4vw;
}
.table-fee .gray {
	font-size: 5vw;
}
.sys_bnr {
	grid-template-columns: 1fr;
	padding-block: 30px;
}
}