@charset "utf-8";

@media all and (min-width: 1080px) {
	.w-state--c {
		width: var(--wcalc10-8);
	}
}


/* ----------------------------------------------------------------- */


.intro {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.intro__img {
	
}

.intro__img img {
	display: block;
	width: 100%;
	border-radius: 3px;
}

.intro__body {
	order: 2;
}

.intro__body > *:first-child {
	margin-top: 0;
}

@media all and (min-width: 1280px) {
	.intro {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 40px;
	}
	
	.intro__body > * {
		margin-top: 0px;
	}
	
	.intro__img {
		width: 35%;
		order: initial;
	}
	
	.intro__body {
		width: 65%;
		order: initial;
	}
}

/* ----------------------------------------------------------------- */

.section-header__ttl {
	text-align: center;
}

.section-header__ttl-inner {
	font-weight: bolder;
}

.section-header__ttl .icon {
	position: relative;
	color: var(--color-bg);
}

.section-header__ttl .icon::before {
	position: absolute;
	inset: -15px auto auto -15px;
	display: block;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	margin: auto;
	border-radius: 45%;
	transform: rotate(5deg);
	background-color: var(--color-accent-lighten);
	content: "";
	opacity: 0.5;
	z-index: -1;
}

.section-header__ttl .icon + * {
	margin-top: 30px;
}


/* ----------------------------------------------------------------- */

.std-table {
	
}

.std-table__item {
	line-height: 1.7;
	padding: 20px 0 0;
	border-top: 1px solid rgba(0,0,0,0.08);
	font-feature-settings: "palt";
}

.std-table__item + .std-table__item {
	margin-top: 20px;
}

.std-table__lbl {
	font-weight: bold;
}

.std-table__des {
	padding-left: calc(2em + 5px);
}

@media all and (min-width: 768px) {
	.std-table {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
	}

	.std-table__item {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.std-table__item + .std-table__item {
		margin-top: 0;
	}

	.std-table__lbl {
		width: 30%;
	}

	.std-table__des {
		width: 70%;
	}
}

@media all and (min-width: 1080px) {
	.std-table__item {
		width: calc(50% - 15px);
	}
}


/* ----------- */

.normal-table {
	
}

@media all and (min-width: 1080px) {
	.normal-table__lbl {
		width: var(--wcalc6-1);
	}

	.normal-table__des {
		width: var(--wcalc6-5);
	}
}


/* ----------- */

.detail-table__item {
	width: 100%;
}

.detail-table__item + .detail-table__item {
	margin-top: 30px;
}

.detail-table__lbl {
	padding: 0 0 20px;
	font-size: 2rem;
	font-family: var(--serif);
	letter-spacing: 0.05em;
	transform: scaleX(0.9);
	transform-origin: left;
}

.detail-table__des {
	border-top: 1px solid rgba(0,0,0,0.08);
	margin: 0;
	padding: 10px 0;
}

.detail-table__des > *:first-child {
	margin-top: 0;
}

.detail-table__des .des-table__item {
	border-top: 0;
	padding: 0;
}

@media all and (min-width: 768px) {
	.detail-table__item {
		flex-direction: row;
	}
}

@media all and (min-width: 1080px) {
	
	.detail-table__item + .detail-table__item {
		margin-top: 60px;
	}
	
	.detail-table__lbl {
		width: 175px;
		padding: 0 0 20px;
	}
	
	.detail-table__des {
		width: calc(100% - 175px);
		padding: 0;
		border-top: none;
	}
}


/* ----------- */

.des-table__item + .des-table__item {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid rgba(0,0,0,0.075);
}

.des-table__lbl {
	font-weight: bold;
}

.des-table__des {
	margin: 0;
}

@media all and (min-width: 1080px) {
	.des-table__item {
		display: flex;
		justify-content: space-between;
	}

	.des-table__lbl {
		width: 200px;
	}

	.des-table__des {
		width: calc(100% - 200px);
	}
}

/* ----------------------------------------------------------------- */

.subttl {
	font-weight: bold;
	line-height: 1.5;
}

/* ----------------------------------------------------------------- */

.ui-accordion--trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	font-weight: bold;
}

.ui-accordion--trigger > * {
	margin: 0 10px 0 0;
}

.ui-accordion--icon {
	margin-left: auto;
}

.uk-accordion-content {
	padding: 10px 0 30px;
}

.uk-accordion-content > *:first-child {
	margin-top: 0;
}

.ui-accordion img {
	display: block;
	width: 100%;
}

.ui-accordion img.float-img {
	
}

@media all and (min-width: 1080px) {
	.ui-accordion img.float-img {
		float: right;
		max-width: 400px;
		margin-left: 30px;
		padding: 10px 0 10px 10px;
		background-color: var(--color-bg);
	}
}

/* ----------------------------------------------------------------- */

.icon-des-table__item {
	border-top: 1px dashed rgba(0,0,0,0.2);
	padding: 10px 0;
}

.icon-des-table__item dt {
	
}

.icon-des-table__item dt .icon {
	margin-right: 10px;
}

.icon-des-table__item dt .icon svg {
	stroke-width: 2.0;
}

.icon-des-table__item dd {
	margin-left: 34px;
	font-size: 1.2rem;
}

/* ----------------------------------------------------------------- */

.notice__list {
	list-style: none;
	padding: 30px;
	background-color: rgba(245, 239, 232, 1);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.notice__item + .notice__item {
	margin-top: 30px;
}

.notice__img {
	width: 140px;
	margin: auto;
}

.notice__img img {
	display: block;
	width: 100%;
}

.notice__ttl {
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}

.notice-img__list {
	list-style: none;
	margin: auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	max-width: 670px;
}

.notice-img__item {
	width: calc(20% - 10px);
	max-width: 110px;
}

.notice-img__item::before {
	display: none;
}

.notice-img__item .notice__img {
	width: 100%;
}

/* ----------------------------------------------------------------- */

.icon-reserve {
	background-color: #e8627c;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 1.1rem;
	color: #fff;
}

.icon-reserve {
	
}

/* ----------------------------------------------------------------- */

.important-lbl {
	background-color: var(--color-txt);
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 80%;
	color: #fff;
}

/* ----------------------------------------------------------------- */

.section-count {
	counter-reset: sec;
}

.section-count__item {
	counter-increment: sec;
}

.section-count__item::before {
	content: counter(sec);
	display: inline-block;
	align-self: baseline;
	min-width: 2em;
	margin-right: 1em;
	border-radius: 20px;
	text-align: center;
	font-size: 80%;
	font-weight: inherit;
	color: var(--color-bg);
	background-color: var(--color-txt);
}

/* ----------------------------------------------------------------- */

.des-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.des-list li {
	position: relative;
	padding-left: 1.6em;
}

.des-list li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background-color: rgba(217, 158, 164, 1);
	border-radius: 50%;
	top: calc(1em - 3px);
	left: 0;
}

@media all and (min-width: 1280px) {
	.before-table__des .des-list {
		margin-left: 0;
	}
}

