/* ----------------------------------------------------------------------------- */
.plan-selector.plan-selector-list
{
	align-items: stretch;
}

.plan-selector a
{
font-size: 0.9em;
}

.plan-selector.plan-selector-list a
{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}

.plan-selector > :not(:last-child)
{	margin-right: 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 599px)
{	.plan-selector
	{	display: block;
	}
	.plan-selector > *
	{	display: block;
		width: 100%;
	}
	.plan-selector > :not(:last-child)
	{	margin-bottom: 10px;
	}
}

/* ----------------------------------------------------------------------------- */
#plan-list-wrap
{	padding-top: 50px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px)
{	#plan-list-wrap
	{	padding-top: 20px;
	}
}

/* ----------------------------------------------------------------------------- */
.plan-list
{	display: block;
}

.plan-list > :not(:last-child)
{	margin-bottom: 60px;
}

/* ----------------------------------------------------------------------------- */
.plan-item
{	background-color: White;
	display: flex;
	padding: 15px;
}

.plan-item .desc
{	order: 2;
	flex: 1 1 55%;
	padding-left: 30px;
}
.plan-item .img-notes
{	order: 1;
	flex: 1 1 45%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 999px)
{	.plan-item
	{	display: block;
		padding: 10px;
	}
	.plan-item .desc
	{	padding-left: 0;
		margin-bottom: 20px;
	}
}

/* ----------------------------------------------------------------------------- */
.plan-item .desc .plan-name
{	color: YellowGreen;
	color: var(--green-color);
	font-size: 1.6em;
	line-height: 1.4em;
	font-family: Serif;
	font-family: var(--serif-fonts);
	font-weight: bold;
}
.plan-item .desc .plan-name:not(:last-child)
{	margin-bottom: 10px;
}

/* ----- */
.plan-item .desc .price
{	color: Sienna;
	color: var(--brown-color);
	font-size: 1.2em;
	font-family: Serif;
	font-family: var(--serif-fonts);
	font-weight: bold;
}

.plan-item .desc .price:not(:last-child)
{	margin-bottom: 20px;
}

.plan-item .desc .price strong
{	display: inline-block;
	font-size: 1.6em;
	line-height: 1.4em;
}

/* ----- */
.plan-item .desc .included:not(:last-child)
{	margin-bottom: 20px;
}

.plan-item .desc .included img
{	margin: 0;
}

/* ----- */
.plan-item .details h4
{	font-size: 1.1em;
	line-height: 1.2em;
	font-family: Serif;
	font-family: var(--serif-fonts);
}

.plan-item .details h4:not(:last-child)
{	margin-bottom: 10px;
}

.plan-item .details h4 em
{	background-color: Black;
	display: inline-block;
	padding: 5px 10px;
	color: White;
}

/* ----- */
.plan-item .detail-points dl
{	display: flex;
	overflow: hidden;
}
.plan-item .detail-points dl:not(:last-child)
{	margin-bottom: 10px;
}
.plan-item .detail-points dl dt
{	width: 8em;
	margin-right: 10px;
	color: Sienna;
	color: var(--brown-color);
	font-weight: bold;
}
.plan-item .detail-points dl dd
{	flex: 1 1 0;
}

.plan-item .detail-points .pre-icon.dot::before
{	background-color: Coral;
	background-color: var(--coral-color);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 599px)
{	.plan-item .desc .plan-name
	{	font-size: 1.5em;
	}
	.plan-item .desc .price
	{	font-size: 1.1em;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 479px)
{	.plan-item .detail-points dl
	{	display: block;
	}
	.plan-item .detail-points dl:not(:last-child)
	{	margin-bottom: 20px;
	}
	.plan-item .detail-points dl dt
	{	width: auto;
		margin-right: 0;
	}
}

/* ----------------------------------------------------------------------------- */
.plan-item .img-notes
{	font-size: 0.9em;
}

.plan-item .img-notes figure
{	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px;
}

.plan-item .img-notes figure:not(:last-child)
{	margin-bottom: 20px;
}

.plan-item .img-notes figure > *
{	margin: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.plan-item .img-notes figure > :first-child
{	grid-column: 1/3;
	grid-row: 1/2;
}
.plan-item .img-notes figure > :nth-child(2),
.plan-item .img-notes figure > :nth-child(3)
{	grid-row: 2/3;
}
.plan-item .img-notes figure > :nth-child(2)
{	grid-column: 1/2;
}
.plan-item .img-notes figure > :nth-child(3)
{	grid-column: 2/3;
}
.plan-item .img-notes h4
{	color: var(--dark-brown-color);
	font-weight: bold;
	font-size: 1.025em;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 999px)
{	.plan-item .img-notes figure
	{	max-width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
}




.reserve_box {
	background: #fff;
	text-align: center;
	padding-bottom: 30px;
}
.reserve_box p a {
	background: YellowGreen;
	background: var(--green-color);
	color: #fff;
	padding: 1.2em 2.4em;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.0;
	display: inline-block;
}
.reserve_box p a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (max-width: 799px) {
.reserve_box {
	padding-bottom: 15px;
}
.reserve_box p a {
	display: block;
}
}


.plan_time {
	text-align: center;
	margin-bottom: 20px;
}
.plan_time strong {
	color: #03baa6;
	font-weight: bold;
}
@media screen and (max-width: 599px) {
.plan_time {
	text-align: justify;
}
}